Explorar o código

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

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
639152e48e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>