mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:28:12 +00:00
VirtualFileSystem class builds inside Kernel.
This commit is contained in:
parent
9171521752
commit
d2425495ca
8 changed files with 147 additions and 97 deletions
|
@ -24,7 +24,7 @@ typedef signed_qword off_t;
|
|||
|
||||
typedef dword blksize_t;
|
||||
typedef dword blkcnt_t;
|
||||
typedef long int time_t;
|
||||
typedef unsigned int time_t;
|
||||
typedef dword size_t;
|
||||
typedef signed_dword ssize_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue