diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 16:59:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 16:59:29 +0000 |
commit | af9f1c486e9f41637aac1e0dd4fd192a23a0d150 (patch) | |
tree | d07638b1e2e7643c31cf021f8ac937d3672c0309 /stdio-common/stdio_lim.h.in | |
parent | 81068e35e802790716dd00269cbf43050eee3004 (diff) | |
download | glibc-af9f1c486e9f41637aac1e0dd4fd192a23a0d150.tar.gz glibc-af9f1c486e9f41637aac1e0dd4fd192a23a0d150.tar.xz glibc-af9f1c486e9f41637aac1e0dd4fd192a23a0d150.zip |
* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
the 2001 revision.
Diffstat (limited to 'stdio-common/stdio_lim.h.in')
-rw-r--r-- | stdio-common/stdio_lim.h.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in index bb496c59de..806326d953 100644 --- a/stdio-common/stdio_lim.h.in +++ b/stdio-common/stdio_lim.h.in @@ -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 |