1
Fork 0
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:
Andreas Kling 2018-10-14 21:19:27 +02:00
parent 9f9b4a2382
commit c94044a04a
11 changed files with 201 additions and 36 deletions

View file

@ -6,6 +6,7 @@
#include <AK/String.h>
#include <AK/Vector.h>
#include "InodeIdentifier.h"
#include "Limits.h"
class CharacterDevice;
class FileHandle;