1
Fork 0
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:
Andreas Kling 2018-10-17 11:40:58 +02:00
parent 9171521752
commit d2425495ca
8 changed files with 147 additions and 97 deletions

View file

@ -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;