From e96bd1ce1d55ec95f16f15084555902cc865222a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Apr 2009 00:18:00 +0000 Subject: [PATCH] Continue to provide L_cuserid for _GNU_SOURCE. --- stdio-common/stdio_lim.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in index 806326d953..a827255790 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 -- 2.11.4.GIT