aboutsummaryrefslogtreecommitdiff
path: root/i686/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'i686/sys/syscall.h')
-rw-r--r--i686/sys/syscall.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/i686/sys/syscall.h b/i686/sys/syscall.h
deleted file mode 100644
index 9e62c89..0000000
--- a/i686/sys/syscall.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-static inline int
-syscall(int number)
-{
- asm volatile("int $0x80");
- return 0;
-}