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