]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 May 1998 16:12:07 +0000 (16:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 May 1998 16:12:07 +0000 (16:12 +0000)
sysdeps/unix/arm/sysdep.S

index c1da5255b0019248966fb2dc37006880c5a26907..5795f5e5d362d63c90c7cdcc238d44de69178e75 100644 (file)
@@ -43,7 +43,7 @@ syscall_error:
 #ifdef _LIBC_REENTRANT
        stmdb sp!, {r0, lr}
        /* put another copy of r0 at a specific errno location */
-       bl __errno_location
+       bl C_SYMBOL_NAME(__errno_location)
        ldmia sp!, {r1, lr}
        str r1, [r0]
 #endif