VirtualFileSystem class builds inside Kernel.

This commit is contained in:
Andreas Kling 2018-10-17 11:40:58 +02:00
commit d2425495ca
Notes: sideshowbarker 2024-07-19 18:47:12 +09:00
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;