mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibC: Add missing u_* typedefs (u_char/u_short)
This commit is contained in:
parent
08209cc665
commit
92953ba2f3
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned short u_short;
|
||||
typedef unsigned int u_int;
|
||||
typedef unsigned long u_long;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue