From 3f258ada436ff9fdc7a390fcc15eff20a0f9b280 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 23 Mar 2016 11:17:59 +0100 Subject: Guard u_char,u_short,u_int,u_long with __MISC_VISIBLE These types are available in SVID as well. * libc/include/sys/types.h (u_char,u_short,u_int,u_long): Replace __BSD_VISIBLE with __MISC_VISIBLE. Signed-off-by: Corinna Vinschen --- newlib/libc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 33c3e3ecf..feea7af05 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -91,7 +91,7 @@ typedef quad_t * qaddr_t; #endif /* These types are required by netinet/ *.h on Cygwin */ -#if __BSD_VISIBLE || defined(__CYGWIN__) +#if __MISC_VISIBLE || defined(__CYGWIN__) #ifndef _BSDTYPES_DEFINED /* also defined in mingw/gmon.h and in w32api/winsock[2].h */ #ifndef __u_char_defined -- cgit v1.2.3