Removed some duplicate typedefs
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
#define SYS_LINUX_SYS_TYPES_H_
|
#define SYS_LINUX_SYS_TYPES_H_
|
||||||
|
|
||||||
#include <machine/_stdint.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 blkcnt_t;
|
||||||
typedef signed long long blksize_t;
|
typedef signed long long blksize_t;
|
||||||
typedef unsigned long long clock_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 long long fsfilcnt_t;
|
||||||
typedef unsigned int gid_t;
|
typedef unsigned int gid_t;
|
||||||
typedef unsigned int id_t;
|
typedef unsigned int id_t;
|
||||||
typedef unsigned long long ino_t;
|
|
||||||
typedef unsigned int key_t;
|
typedef unsigned int key_t;
|
||||||
typedef unsigned int mode_t;
|
typedef unsigned int mode_t;
|
||||||
typedef unsigned long long nlink_t;
|
typedef unsigned long long nlink_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user