瀏覽代碼

s/ifdef ASM/ifndef ASM/ as point out by psm

Mike Frysinger 18 年之前
父節點
當前提交
639152e48e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/arm/bits/syscalls.h

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

@@ -14,7 +14,7 @@
    glibc-2.3.2/sysdeps/unix/sysv/linux/arm/sysdep.h
 */
 
-#ifdef __ASSEMBLER__
+#ifndef __ASSEMBLER__
 
 #include <errno.h>