Kernel: Remove some redundant typedefs from UnixTypes.h

This commit is contained in:
Andreas Kling 2021-08-14 19:33:10 +02:00
parent 6b6eca0631
commit 6dc688a08d
Notes: sideshowbarker 2024-07-18 06:53:59 +09:00

View file

@ -40,12 +40,6 @@ TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ThreadID);
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, SessionID);
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessGroupID);
typedef i64 off_t;
typedef i64 time_t;
typedef u32 blksize_t;
typedef u32 blkcnt_t;
typedef u32 __u32;
typedef u16 __u16;
typedef u8 __u8;
@ -73,9 +67,6 @@ struct sched_param {
#define PT_POKEDEBUG 10
#define PT_PEEKDEBUG 11
typedef uint64_t fsblkcnt_t;
typedef uint64_t fsfilcnt_t;
#define ST_RDONLY 0x1
#define ST_NOSUID 0x2