mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:55:07 +00:00
Work on POSIX-like read() and lseek() support.
This commit is contained in:
parent
9f9b4a2382
commit
c94044a04a
11 changed files with 201 additions and 36 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include "InodeIdentifier.h"
|
||||
#include "Limits.h"
|
||||
|
||||
class CharacterDevice;
|
||||
class FileHandle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue