q/lib/sys/struct_linux.q

34 lines
452 B
Plaintext

sockaddr_in {
sin_family int16
sin_port uint16
sin_addr int64
sin_zero int64
}
file_stat {
st_dev uint64
st_ino uint64
st_nlink uint64
st_mode uint32
st_uid uint32
st_gid uint32
_ uint32
st_rdev uint64
st_size int64
st_blksize int64
st_blocks int64
st_atime int64
st_atime_nsec int64
st_mtime int64
st_mtime_nsec int64
st_ctime int64
st_ctime_nsec int64
_ int64
_ int64
_ int64
}
timespec {
seconds int64
nanoseconds int64
}