diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-20 11:20:11 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-24 11:55:28 +0200 |
commit | 19a5f9f94448b44d12799f559f09776ff503d958 (patch) | |
tree | 227dbc2ac2aa4e0f39a7c3d1237a9d8a0535e3e1 /libc/sysdeps/linux/arm/sysdep.h | |
parent | 638c2396a2a7c0481bea536775544364fbde6fa8 (diff) |
libc: silence warnings about undefined cpp tokens
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/arm/sysdep.h')
-rw-r--r-- | libc/sysdeps/linux/arm/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/sysdep.h b/libc/sysdeps/linux/arm/sysdep.h index b1ae2fdb0..42fb2d3b9 100644 --- a/libc/sysdeps/linux/arm/sysdep.h +++ b/libc/sysdeps/linux/arm/sysdep.h @@ -158,7 +158,7 @@ #define ret_ERRVAL PSEUDO_RET_NOERRNO -#if NOT_IN_libc +#if defined NOT_IN_libc # define SYSCALL_ERROR __local_syscall_error # ifdef RTLD_PRIVATE_ERRNO # define SYSCALL_ERROR_HANDLER \ |