Kernel/LibC: move file offset back to kernel

This makes keeping track of offsets easier and more proper
This commit is contained in:
Bananymous
2023-05-16 14:14:47 +03:00
parent e0a72defa2
commit 80d9f6131b
10 changed files with 142 additions and 58 deletions

View File

@@ -8,6 +8,8 @@
#define SYS_OPEN 6
#define SYS_ALLOC 7
#define SYS_FREE 8
#define SYS_SEEK 9
#define SYS_TELL 10
#include <kernel/Attributes.h>
#include <stdint.h>