svn commit: trunk/uClibc/libc/sysdeps/linux/sh/bits

carmelo at uclibc.org carmelo at uclibc.org
Fri Feb 20 15:01:45 UTC 2009


Author: carmelo
Date: 2009-02-20 15:01:42 +0000 (Fri, 20 Feb 2009)
New Revision: 25401

Log:
Fix my previous commit to use preprocessor in the right way !


Modified:
   trunk/uClibc/libc/sysdeps/linux/sh/bits/syscalls.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sh/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/bits/syscalls.h	2009-02-20 15:00:56 UTC (rev 25400)
+++ trunk/uClibc/libc/sysdeps/linux/sh/bits/syscalls.h	2009-02-20 15:01:42 UTC (rev 25401)
@@ -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



More information about the uClibc-cvs mailing list