summary refs log tree commit diff
path: root/sysdeps/unix/x86_64/sysdep.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/x86_64/sysdep.S')
-rw-r--r--sysdeps/unix/x86_64/sysdep.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/x86_64/sysdep.S b/sysdeps/unix/x86_64/sysdep.S
index f617627eb8..2278fce9e4 100644
--- a/sysdeps/unix/x86_64/sysdep.S
+++ b/sysdeps/unix/x86_64/sysdep.S
@@ -16,8 +16,7 @@
    <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
-#define _ERRNO_H
-#include <bits/errno.h>
+#include <errno.h>
 #include <tls.h>
 
 #if IS_IN (rtld)