diff options
Diffstat (limited to 'src/nonstd/__syscall.c')
-rw-r--r-- | src/nonstd/__syscall.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nonstd/__syscall.c b/src/nonstd/__syscall.c deleted file mode 100644 index a1d0d1ed..00000000 --- a/src/nonstd/__syscall.c +++ /dev/null @@ -1,4 +0,0 @@ -#include <nonstd/syscall.h> - -long __syscall(long number, ...) -; |