diff options
Diffstat (limited to 'musl/netinet/in_systm.h')
-rw-r--r-- | musl/netinet/in_systm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/musl/netinet/in_systm.h b/musl/netinet/in_systm.h deleted file mode 100644 index a7b4177..0000000 --- a/musl/netinet/in_systm.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _NETINET_IN_SYSTM_H -#define _NETINET_IN_SYSTM_H - -#include <stdint.h> - -typedef uint16_t n_short; -typedef uint32_t n_long, n_time; - -#endif |