diff options
author | Marvin Borner | 2021-03-12 23:56:42 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-12 23:56:42 +0100 |
commit | e8f17844d05fdc0e44d3793dc73996c7c09e44d6 (patch) | |
tree | 5d4cae66d97f2507aad7fe86ed11867b9a939bbe /libc/inc/sys.h | |
parent | 928f2662d1469e815a7e32e04d6c68bae4a61c14 (diff) |
New memory allocation algorithms
Diffstat (limited to 'libc/inc/sys.h')
-rw-r--r-- | libc/inc/sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inc/sys.h b/libc/inc/sys.h index c20eabc..c100e6a 100644 --- a/libc/inc/sys.h +++ b/libc/inc/sys.h @@ -11,7 +11,7 @@ enum sys { SYS_LOOP, // To infinity and beyond (debug)! - SYS_MALLOC, // Allocate memory + SYS_ALLOC, // Allocate memory SYS_FREE, // Free memory SYS_STAT, // Get file information SYS_READ, // Read file |