Chromium Code Reviews

Unified Diff: fusl/include/netinet/in_systm.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « fusl/include/netinet/in.h ('k') | fusl/include/netinet/ip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/include/netinet/in_systm.h
diff --git a/fusl/include/netinet/in_systm.h b/fusl/include/netinet/in_systm.h
new file mode 100644
index 0000000000000000000000000000000000000000..a7b417722c3eb9034383b5aa14c3b80d0e4ed651
--- /dev/null
+++ b/fusl/include/netinet/in_systm.h
@@ -0,0 +1,9 @@
+#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
« no previous file with comments | « fusl/include/netinet/in.h ('k') | fusl/include/netinet/ip.h » ('j') | no next file with comments »

Powered by Google App Engine