sys/stat.h: fix typo in statx member name stx_dio_offset_align
[musl.git] / include / netinet / in_systm.h
bloba7b417722c3eb9034383b5aa14c3b80d0e4ed651
1 #ifndef _NETINET_IN_SYSTM_H
2 #define _NETINET_IN_SYSTM_H
4 #include <stdint.h>
6 typedef uint16_t n_short;
7 typedef uint32_t n_long, n_time;
9 #endif