Jelajahi Sumber

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

Mike Frysinger 18 tahun lalu
induk
melakukan
639152e48e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>