summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-02-20 15:00:56 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-02-20 15:00:56 +0000
commit7edb7f17e41c55b640643a27c595144ccff4b860 (patch)
tree1a2e2477c250e05dbad2f9e92dc8674bb08846c4 /libc
parentbb9a696a719e52d89be25ae7f7ba3a7e0bc87344 (diff)
downloaduClibc-alpine-7edb7f17e41c55b640643a27c595144ccff4b860.tar.bz2
uClibc-alpine-7edb7f17e41c55b640643a27c595144ccff4b860.tar.xz
Fix my previous commit to use preprocessor in the right way !
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/sh/bits/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h
index d841467b0..50c3e6099 100644
--- a/libc/sysdeps/linux/sh/bits/syscalls.h
+++ b/libc/sysdeps/linux/sh/bits/syscalls.h
@@ -5,7 +5,7 @@
#endif
/* The Linux kernel uses different trap numbers on sh-2. */
-#ifdef __CONFIG_SH2__ || __CONFIG_SH2A__
+#if defined __CONFIG_SH2__ || defined __CONFIG_SH2A__
# define __SH_SYSCALL_TRAP_BASE 0x20
#else
# define __SH_SYSCALL_TRAP_BASE 0x10