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 <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-03-23 11:17:59 +01:00
parent 98b615106d
commit 3f258ada43
1 changed files with 1 additions and 1 deletions

View File

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