Made <sys/types.h> more POSIX compliant.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-12 02:00:00 +01:00
parent 3cab1113cf
commit 8399b1a2ee
1 changed files with 22 additions and 2 deletions

View File

@ -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