1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Add id_t to <sys/types.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-08-30 17:31:39 +02:00
parent 04019cab9e
commit 1469c89b87

View file

@ -40,7 +40,7 @@ __BEGIN_DECLS
/* TODO: fsblkcnt_t */ /* TODO: fsblkcnt_t */
/* TODO: fsfilcnt_t */ /* TODO: fsfilcnt_t */
@include(gid_t.h) @include(gid_t.h)
/* TODO: id_t */ @include(id_t.h)
@include(ino_t.h) @include(ino_t.h)
/* TODO: key_t */ /* TODO: key_t */
@include(mode_t.h) @include(mode_t.h)