summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/aarch64/sysdep.h
diff options
context:
space:
mode:
authormirabilos <m@mirbsd.org>2017-01-29 14:22:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-01 17:49:03 +0100
commitdc79afc0facb5de24d63fbaba6a345222a86d0d5 (patch)
treec66dc513afe1d37703167cd291243fb70968fafa /libc/sysdeps/linux/aarch64/sysdep.h
parentdba942c80dc2cfa5768a856fff98e22a755fdd27 (diff)
g/c __libc_errno
Signed-off-by: mirabilos <m@mirbsd.org> Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'libc/sysdeps/linux/aarch64/sysdep.h')
-rw-r--r--libc/sysdeps/linux/aarch64/sysdep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/aarch64/sysdep.h b/libc/sysdeps/linux/aarch64/sysdep.h
index 82790be6d..177b0f15f 100644
--- a/libc/sysdeps/linux/aarch64/sysdep.h
+++ b/libc/sysdeps/linux/aarch64/sysdep.h
@@ -114,11 +114,7 @@ END (name)
#if defined _LIBC_REENTRANT
# if defined USE___THREAD
-# ifndef NOT_IN_libc
-# define SYSCALL_ERROR_ERRNO __libc_errno
-# else
# define SYSCALL_ERROR_ERRNO errno
-# endif
# endif
#endif