summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/h8300/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/h8300/crt0.S')
-rw-r--r--libc/sysdeps/linux/h8300/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/h8300/crt0.S b/libc/sysdeps/linux/h8300/crt0.S
index cbd40f317..2fe9d0d53 100644
--- a/libc/sysdeps/linux/h8300/crt0.S
+++ b/libc/sysdeps/linux/h8300/crt0.S
@@ -46,7 +46,7 @@ __exit:
*/
empty_func:
rts
-#if defined(HAVE_ELF)
+#if defined(__HAVE_ELF__)
.weak atexit
atexit = empty_func
#else