summaryrefslogtreecommitdiff
path: root/src/shared/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/syscalls.h')
-rw-r--r--src/shared/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h
index e8e0843..11abf66 100644
--- a/src/shared/syscalls.h
+++ b/src/shared/syscalls.h
@@ -27,6 +27,8 @@ enum {
_SYSCALL_MEMFLAG,
};
+int _syscall(int, int, int, int, int);
+
/** Kills the current process.
* TODO: what happens to the children?
*/