From 345b9927e608fd92e6231ef803b940afd6e6558c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 27 Aug 2002 19:31:31 +0000 Subject: Make sure that bits/syscalls.h always includes bits/syscall.h -Erik --- libc/sysdeps/linux/i960/bits/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/i960') diff --git a/libc/sysdeps/linux/i960/bits/syscalls.h b/libc/sysdeps/linux/i960/bits/syscalls.h index da6a6d43e..fff97378f 100644 --- a/libc/sysdeps/linux/i960/bits/syscalls.h +++ b/libc/sysdeps/linux/i960/bits/syscalls.h @@ -11,5 +11,10 @@ #define _BITS_SYSCALL_H #include +/* This includes the `__NR_' syscall numbers taken from the Linux kernel + * header files. It also defines the traditional `SYS_' macros for older + * programs. */ +#include + #endif /* _BITS_SYSCALLS_H */ -- cgit v1.2.3