mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Remove some redundant typedefs from UnixTypes.h
This commit is contained in:
parent
6b6eca0631
commit
6dc688a08d
Notes:
sideshowbarker
2024-07-18 06:53:59 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6dc688a08db
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue