stdio.h: Expose cuserid with __GNU_VISIBLE
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
3cbb70f890
commit
09870c6e95
@ -180,7 +180,7 @@ typedef _fpos64_t fpos64_t;
|
|||||||
#if __POSIX_VISIBLE
|
#if __POSIX_VISIBLE
|
||||||
char * ctermid (char *);
|
char * ctermid (char *);
|
||||||
#endif
|
#endif
|
||||||
#if __XSI_VISIBLE && __XSI_VISIBLE < 600
|
#if __GNU_VISIBLE || (__XSI_VISIBLE && __XSI_VISIBLE < 600)
|
||||||
char * cuserid (char *);
|
char * cuserid (char *);
|
||||||
#endif
|
#endif
|
||||||
FILE * tmpfile (void);
|
FILE * tmpfile (void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user