aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc
diff options
context:
space:
mode:
authorMarvin Borner2021-04-10 15:25:27 +0200
committerMarvin Borner2021-04-10 15:25:27 +0200
commitf96b8ad1ee83dec08ae636e179cc48019ca50b12 (patch)
tree80ff605e1305673291ce6230941db7ed4229856d /libs/libc/inc
parent9655593d80e23d2ea3c091e3187e8e47b278bc3d (diff)
Some changes here and there
Diffstat (limited to 'libs/libc/inc')
-rw-r--r--libs/libc/inc/sys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/libc/inc/sys.h b/libs/libc/inc/sys.h
index 58d7969..a9ebf2e 100644
--- a/libs/libc/inc/sys.h
+++ b/libs/libc/inc/sys.h
@@ -15,7 +15,6 @@
#define SYS_BOOT_SHUTDOWN 0xdead
enum sys {
- SYS_LOOP, // To infinity and beyond (debug)!
SYS_ALLOC, // Allocate memory
SYS_SHACCESS, // Access shared memory
SYS_FREE, // Free memory
@@ -64,7 +63,6 @@ struct stat {
* Syscall wrappers
*/
-void loop(void);
void exit(s32 status) NORETURN;
res read(const char *path, void *buf, u32 offset, u32 count) NONNULL;
res write(const char *path, const void *buf, u32 offset, u32 count) NONNULL;