Kaynağa Gözat

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

Mike Frysinger 18 yıl önce
ebeveyn
işleme
639152e48e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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>