1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since

the 2001 revision.
This commit is contained in:
Ulrich Drepper
2009-04-25 16:59:29 +00:00
parent 81068e35e8
commit af9f1c486e
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
/* Copyright (C) 1994, 1997, 1998, 1999, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -27,7 +27,9 @@
# ifdef __USE_POSIX
# define L_ctermid @L_ctermid@
# define L_cuserid @L_cuserid@
# ifndef __USE_XOPEN2K
# define L_cuserid @L_cuserid@
# endif
# endif
#endif