mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Made <sys/types.h> more POSIX compliant.
This commit is contained in:
parent
3cab1113cf
commit
8399b1a2ee
1 changed files with 22 additions and 2 deletions
|
@ -31,10 +31,30 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
@include(useconds_t.h)
|
||||
@include(pid_t.h)
|
||||
@include(blkcnt_t.h)
|
||||
@include(blksize_t.h)
|
||||
@include(clock_t.h)
|
||||
/* TODO: clockid_t */
|
||||
@include(dev_t.h)
|
||||
/* TODO: fsblkcnt_t */
|
||||
/* TODO: fsfilcnt_t */
|
||||
@include(gid_t.h)
|
||||
/* TODO: id_t */
|
||||
@include(ino_t.h)
|
||||
/* TODO: key_t */
|
||||
@include(mode_t.h)
|
||||
@include(nlink_t.h)
|
||||
@include(off_t.h)
|
||||
@include(pid_t.h)
|
||||
/* TODO: pthread*_t */
|
||||
@include(size_t.h)
|
||||
@include(ssize_t.h)
|
||||
@include(suseconds_t.h)
|
||||
@include(time_t.h)
|
||||
/* TODO: timer_t */
|
||||
/* TODO: trace*_t */
|
||||
@include(uid_t.h)
|
||||
@include(useconds_t.h)
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue