소스 검색

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

Carmelo Amoroso 15 년 전
부모
커밋
2dca8cd643
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/sh/bits/syscalls.h

+ 1 - 1
libc/sysdeps/linux/sh/bits/syscalls.h

@@ -5,7 +5,7 @@
 #endif
 #endif
 
 
 /* The Linux kernel uses different trap numbers on sh-2.  */
 /* 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
 # define __SH_SYSCALL_TRAP_BASE 0x20
 #else
 #else
 # define __SH_SYSCALL_TRAP_BASE 0x10
 # define __SH_SYSCALL_TRAP_BASE 0x10