diff options
Diffstat (limited to 'libc/sysdeps/linux/m68k/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/m68k/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/crt0.S b/libc/sysdeps/linux/m68k/crt0.S index c09146fa5..8d7f6802d 100644 --- a/libc/sysdeps/linux/m68k/crt0.S +++ b/libc/sysdeps/linux/m68k/crt0.S @@ -53,7 +53,7 @@ __exit: */ empty_func: rts -#if defined(HAVE_ELF) +#if defined(__HAVE_ELF__) .weak atexit atexit = empty_func #else |