mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 06:21:39 +00:00
resolve some header namespace non-issues
after re-reading 2.2.2 of POSIX 2008, all of these are in the correct reserved namespaces and do not need protection.
This commit is contained in:
@ -134,7 +134,6 @@ uint16_t ntohs(uint16_t);
|
||||
|
||||
#include <bits/in.h>
|
||||
|
||||
#if 1 /* FIXME: namespace violation */
|
||||
#define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0)
|
||||
#define IN_CLASSA_NET 0xff000000
|
||||
#define IN_CLASSA_NSHIFT 24
|
||||
@ -153,6 +152,5 @@ uint16_t ntohs(uint16_t);
|
||||
#define IN_MULTICAST(a) IN_CLASSD(a)
|
||||
#define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
|
||||
#define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user