summaryrefslogtreecommitdiff
path: root/userspace/snake2.h
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/snake2.h')
-rw-r--r--userspace/snake2.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/userspace/snake2.h b/userspace/snake2.h
deleted file mode 100644
index d4c47a8..0000000
--- a/userspace/snake2.h
+++ /dev/null
@@ -1,10 +0,0 @@
-//////////////////////////////////////////////////
-
-// this syscall will be moved to newlib later!
-#define SYSCALL_CLONE 83
-
-int _clone(void)
-{
- return syscall(SYSCALL_CLONE,0,0,0);
-}
-//