repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sys/stat.h: fix typo in statx member name stx_dio_offset_align
[musl.git]
/
include
/
netinet
/
in_systm.h
blob
a7b417722c3eb9034383b5aa14c3b80d0e4ed651
1
#ifndef _NETINET_IN_SYSTM_H
2
#define _NETINET_IN_SYSTM_H
3
4
#include <stdint.h>
5
6
typedef
uint16_t
n_short
;
7
typedef
uint32_t
n_long
,
n_time
;
8
9
#endif