mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 01:10:42 +00:00
Kernel: Remove unused integer typedefs from UnixTypes.h
This commit is contained in:
parent
e1273a8ff7
commit
b47c7a2c38
Notes:
sideshowbarker
2024-07-18 06:53:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b47c7a2c385
1 changed files with 0 additions and 6 deletions
|
@ -43,9 +43,3 @@ TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessID);
|
|||
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ThreadID);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, SessionID);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessGroupID);
|
||||
|
||||
typedef u32 __u32;
|
||||
typedef u16 __u16;
|
||||
typedef u8 __u8;
|
||||
typedef int __s32;
|
||||
typedef short __s16;
|
||||
|
|
Loading…
Reference in a new issue