stdio.h: Expose cuserid with __GNU_VISIBLE
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user