Fix comment in <sys/types.h>

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber 2019-02-18 09:38:36 +01:00
parent 9d4a6534fb
commit 6246ef7949
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ typedef unsigned long u_long;
#endif
#define _BSDTYPES_DEFINED
#endif
#endif /*__BSD_VISIBLE || __CYGWIN__ */
#endif /* __MISC_VISIBLE */
#if __MISC_VISIBLE
typedef unsigned short ushort; /* System V compatibility */