From 09870c6e958cf32fd62676e742c1c70d378a90a1 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 29 Nov 2018 11:22:42 +0100 Subject: [PATCH] stdio.h: Expose cuserid with __GNU_VISIBLE Signed-off-by: Corinna Vinschen --- newlib/libc/include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index f8d60766a..164d95bca 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -180,7 +180,7 @@ typedef _fpos64_t fpos64_t; #if __POSIX_VISIBLE char * ctermid (char *); #endif -#if __XSI_VISIBLE && __XSI_VISIBLE < 600 +#if __GNU_VISIBLE || (__XSI_VISIBLE && __XSI_VISIBLE < 600) char * cuserid (char *); #endif FILE * tmpfile (void); -- 2.43.5