summaryrefslogtreecommitdiffstats
path: root/usr/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/syscall.h')
-rw-r--r--usr/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/syscall.h b/usr/syscall.h
deleted file mode 100644
index 5cc82b8..0000000
--- a/usr/syscall.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef JOVE_USER_SYSCALL_H
-#define JOVE_USER_SYSCALL_H 1
-
-#include "sys/syscall.h"
-
-typedef int (*syscall_handler_t)(syscall_t*);
-
-int _syscall_handler_log(struct syscall_log *req);
-intmax_t _syscall_handler_tid(syscall_t *req);
-
-#endif