Remove spurious call to C_SYMBOL_NAME macro.
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 13:41:52 +0000 (13:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 1998 13:41:52 +0000 (13:41 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.S

index 872ed4b..3e3c853 100644 (file)
@@ -24,7 +24,7 @@
        .type C_SYMBOL_NAME(errno),%object
        .size C_SYMBOL_NAME(errno),4
 C_SYMBOL_NAME(errno):  .zero 4
-weak_alias (C_SYMBOL_NAME(errno), C_SYMBOL_NAME(_errno))
+weak_alias (errno, _errno)
        .text
 
 /* The syscall stubs jump here when they detect an error.