]> git.proxmox.com Git - wasi-libc.git/commit
Add a definition of `struct stat` and supporting types.
authorDan Gohman <sunfish@mozilla.com>
Thu, 3 Jan 2019 04:37:21 +0000 (20:37 -0800)
committerDan Gohman <sunfish@mozilla.com>
Thu, 3 Jan 2019 04:37:21 +0000 (20:37 -0800)
commit51d4922df8e698e8c789cd809761ab809266dc77
tree4dcb8422ab82b5a65fcd604ded2013859e164854
parent26722dc8571d6868aa6c3c2d6b5f03e93f6e5ac4
Add a definition of `struct stat` and supporting types.

This `struct stat` matches the x32 and x86-64 definitions.
18 files changed:
basics/include/__struct_stat.h [new file with mode: 0644]
basics/include/__struct_timespec.h [new file with mode: 0644]
basics/include/__typedef_blkcnt_t.h [new file with mode: 0644]
basics/include/__typedef_blksize_t.h [new file with mode: 0644]
basics/include/__typedef_clock_t.h
basics/include/__typedef_dev_t.h [new file with mode: 0644]
basics/include/__typedef_gid_t.h [new file with mode: 0644]
basics/include/__typedef_ino_t.h [new file with mode: 0644]
basics/include/__typedef_mode_t.h [new file with mode: 0644]
basics/include/__typedef_nlink_t.h [new file with mode: 0644]
basics/include/__typedef_off_t.h [new file with mode: 0644]
basics/include/__typedef_ssize_t.h [new file with mode: 0644]
basics/include/__typedef_suseconds_t.h [new file with mode: 0644]
basics/include/__typedef_time_t.h
basics/include/__typedef_uid_t.h [new file with mode: 0644]
basics/include/sys/stat.h [new file with mode: 0644]
basics/include/sys/types.h
basics/include/time.h