diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 02:29:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 02:29:27 +0000 |
commit | 639152e48eb19da2f76b0f3ceea533c8ac14f5f4 (patch) | |
tree | c099b78181967388028d822de0ceee387440e277 /libc/sysdeps | |
parent | 64085a723ae341524e35b1b7cb13bfe0bd4794dc (diff) |
s/ifdef ASM/ifndef ASM/ as point out by psm
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/arm/bits/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/bits/syscalls.h b/libc/sysdeps/linux/arm/bits/syscalls.h index b6cfc1f9b..64c625f6d 100644 --- a/libc/sysdeps/linux/arm/bits/syscalls.h +++ b/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> |