diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/stdio_lim.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in index 806326d..a827255 100644 --- a/stdio-common/stdio_lim.h.in +++ b/stdio-common/stdio_lim.h.in @@ -27,7 +27,7 @@ # ifdef __USE_POSIX # define L_ctermid @L_ctermid@ -# ifndef __USE_XOPEN2K +# if !defined __USE_XOPEN2K || defined __USE_GNU # define L_cuserid @L_cuserid@ # endif # endif |