diff options
author | Marvin Borner | 2020-04-28 20:59:57 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-28 20:59:57 +0200 |
commit | 5f8b5ce7efb7738eaebad43f9648975788ae19ff (patch) | |
tree | ab8fc4d4baa4adb99dc90461df689650acf34cef /src/userspace/libc/syscall.h | |
parent | bfe16de4be67565f1a1e7b1331fcbe3aedf9c54e (diff) |
Fixed userspace entering...
Many other fixes too, but I won't mention them because I don't want to
:)
Diffstat (limited to 'src/userspace/libc/syscall.h')
-rw-r--r-- | src/userspace/libc/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/libc/syscall.h b/src/userspace/libc/syscall.h index 7dfd28d..9f5bdb0 100644 --- a/src/userspace/libc/syscall.h +++ b/src/userspace/libc/syscall.h @@ -84,4 +84,4 @@ DECL_SYSCALL1(alloc, uint32_t); DECL_SYSCALL1(free, uint32_t); -#endif +#endif
\ No newline at end of file |