svn commit: branches/uClibc-nptl/libc/sysdeps/linux/sh/bits

carmelo at uclibc.org carmelo at uclibc.org
Fri Feb 20 14:13:43 UTC 2009


Author: carmelo
Date: 2009-02-20 14:13:42 +0000 (Fri, 20 Feb 2009)
New Revision: 25397

Log:
Fix typo.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/syscalls.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/syscalls.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/syscalls.h	2009-02-20 14:13:17 UTC (rev 25396)
+++ branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/syscalls.h	2009-02-20 14:13:42 UTC (rev 25397)
@@ -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



More information about the uClibc-cvs mailing list