LibC: Add simple definition for realloc

The syscall just crashes the kernel currently. I will implement
this when needed
This commit is contained in:
Bananymous
2023-06-02 17:56:13 +03:00
parent 2207357b93
commit 3c3c7826ef
3 changed files with 18 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ __BEGIN_DECLS
#define SYS_FORK 13
#define SYS_SLEEP 14
#define SYS_EXEC 15
#define SYS_REALLOC 16
__END_DECLS