aboutsummaryrefslogtreecommitdiff
path: root/musl/netinet/in_systm.h
diff options
context:
space:
mode:
authorpk33 <pk33@email.com>2024-11-03 03:46:13 +0100
committerpk33 <pk33@email.com>2024-11-03 03:46:13 +0100
commit69058973a9f5073184b9f0b98dbcbbd63da40514 (patch)
tree67d9dcda3c8a67f1b22a0752a25839a2266327e7 /musl/netinet/in_systm.h
parent0f23d50c8291b23799e55c8653c15f16c0d752d0 (diff)
downloadengine33-69058973a9f5073184b9f0b98dbcbbd63da40514.tar.gz
ignore
Diffstat (limited to 'musl/netinet/in_systm.h')
-rw-r--r--musl/netinet/in_systm.h9
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