new types!

This commit is contained in:
Gitea 2020-12-16 14:06:16 -06:00
parent b5e059fc03
commit 3dc05967d3
7 changed files with 44 additions and 0 deletions

View file

@ -19,6 +19,14 @@
#include <types/off_t.h>
#include <types/mode_t.h>
#include <types/nlink_t.h>
#include <types/blkcnt_t.h>
#include <types/blksize_t.h>
#include <types/fsblkcnt_t.h>
#include <types/fsfilcnt_t.h>
#include <types/ino_t.h>
#include <types/id_t.h>
#include <types/uid_t.h>