From f89c4fbbb604952242c729706de082e4e6426152 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Fri, 20 Feb 2009 14:13:17 +0000 Subject: Fix typo. --- libc/sysdeps/linux/sh/bits/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h index 946053db3..d841467b0 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__ +#ifdef __CONFIG_SH2__ || __CONFIG_SH2A__ # define __SH_SYSCALL_TRAP_BASE 0x20 #else # define __SH_SYSCALL_TRAP_BASE 0x10 -- cgit v1.2.3