stdio.h: Expose cuserid with __GNU_VISIBLE

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2018-11-29 11:22:42 +01:00
parent 3cbb70f890
commit 09870c6e95
1 changed files with 1 additions and 1 deletions

View File

@ -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);