From 8dc1d08d0c3a5abe3856b04a5a864227fe0ba62d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Feb 2002 19:03:57 +0000 Subject: Add in support for the Hitach H8/300H architecture, contributed by Yoshinori Sato --- libc/sysdeps/linux/h8300/bits/syscalls.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libc/sysdeps/linux/h8300/bits/syscalls.h (limited to 'libc/sysdeps/linux/h8300/bits/syscalls.h') diff --git a/libc/sysdeps/linux/h8300/bits/syscalls.h b/libc/sysdeps/linux/h8300/bits/syscalls.h new file mode 100644 index 000000000..a37f6f039 --- /dev/null +++ b/libc/sysdeps/linux/h8300/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 + -- cgit v1.2.3