diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 09:39:52 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 09:39:52 +0000 |
| commit | 328ff172e62af6a0a982bee615b3af61a82ccd62 (patch) | |
| tree | 508d4719b2de1be043d2aa961759b851ef49fb91 /libc/sysdeps/linux/sh/bits/syscalls.h | |
| parent | 414d8e5f2a73aff8e9404684571a65f85b27bf89 (diff) | |
| download | uClibc-alpine-328ff172e62af6a0a982bee615b3af61a82ccd62.tar.bz2 uClibc-alpine-328ff172e62af6a0a982bee615b3af61a82ccd62.tar.xz | |
Push latest libc SH4 specific implementations
Diffstat (limited to 'libc/sysdeps/linux/sh/bits/syscalls.h')
| -rw-r--r-- | libc/sysdeps/linux/sh/bits/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h index 234f80653..2a26d9684 100644 --- a/libc/sysdeps/linux/sh/bits/syscalls.h +++ b/libc/sysdeps/linux/sh/bits/syscalls.h @@ -4,6 +4,8 @@ # error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead." #endif +#include <bits/sysnum.h> + /* The Linux kernel uses different trap numbers on sh-2. */ #ifdef __CONFIG_SH2__ # define __SH_SYSCALL_TRAP_BASE 0x20 |
