diff options
-rw-r--r-- | libc/sysdeps/linux/m68k/bits/syscalls.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/syscalls.h b/libc/sysdeps/linux/m68k/bits/syscalls.h new file mode 100644 index 000000000..a37f6f039 --- /dev/null +++ b/libc/sysdeps/linux/m68k/bits/syscalls.h @@ -0,0 +1,8 @@ + +/* + * nothing needed here until we want pthread support or similar + * m68k PIC uses the same syscall defines as non-pic. + */ + +#include <asm/unistd.h> + |