Removed some duplicate typedefs

This commit is contained in:
2021-12-24 11:14:02 +00:00
parent e770db8ae4
commit 62319ba0d2

View File

@@ -2,7 +2,9 @@
#define SYS_LINUX_SYS_TYPES_H_
#include <machine/_stdint.h>
#include <mio/types.h>
/* TODO move to mio/types.h */
typedef signed long long blkcnt_t;
typedef signed long long blksize_t;
typedef unsigned long long clock_t;
@@ -11,7 +13,6 @@ typedef unsigned long long fsblkcnt_t;
typedef unsigned long long fsfilcnt_t;
typedef unsigned int gid_t;
typedef unsigned int id_t;
typedef unsigned long long ino_t;
typedef unsigned int key_t;
typedef unsigned int mode_t;
typedef unsigned long long nlink_t;