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:
parent
04019cab9e
commit
1469c89b87
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue