mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Kernel: Remove unused integer typedefs from UnixTypes.h
This commit is contained in:
parent
e1273a8ff7
commit
b47c7a2c38
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…
Add table
Add a link
Reference in a new issue