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

carmelo at uclibc.org carmelo at uclibc.org
Fri Feb 20 15:00:59 UTC 2009


Author: carmelo
Date: 2009-02-20 15:00:56 +0000 (Fri, 20 Feb 2009)
New Revision: 25400

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


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:37:43 UTC (rev 25399)
+++ branches/uClibc-nptl/libc/sysdeps/linux/sh/bits/syscalls.h	2009-02-20 15:00:56 UTC (rev 25400)
@@ -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