From 35df59db508dbf23437f3253f25147191796e19f Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Mon, 16 Sep 2002 08:08:37 +0000 Subject: Initial version of the CRIS port. --- libc/sysdeps/linux/cris/bits/syscalls.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libc/sysdeps/linux/cris/bits/syscalls.h (limited to 'libc/sysdeps/linux/cris/bits/syscalls.h') diff --git a/libc/sysdeps/linux/cris/bits/syscalls.h b/libc/sysdeps/linux/cris/bits/syscalls.h new file mode 100644 index 000000000..5c30e2193 --- /dev/null +++ b/libc/sysdeps/linux/cris/bits/syscalls.h @@ -0,0 +1,10 @@ +/* + * nothing needed here until we want pthread support or similar + */ + +#include +/* Do something very evil for now. Until we include our out syscall + * macros, short circuit bits/syscall.h and use asm/unistd.h instead */ +#define _BITS_SYSCALL_H +#include + -- cgit v1.2.3