mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 01:40:26 +00:00
(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.
This commit is contained in:
parent
0c56aa6338
commit
e916666169
@ -43,7 +43,7 @@ syscall_error:
|
|||||||
#ifdef _LIBC_REENTRANT
|
#ifdef _LIBC_REENTRANT
|
||||||
stmdb sp!, {r0, lr}
|
stmdb sp!, {r0, lr}
|
||||||
/* put another copy of r0 at a specific errno location */
|
/* put another copy of r0 at a specific errno location */
|
||||||
bl __errno_location
|
bl C_SYMBOL_NAME(__errno_location)
|
||||||
ldmia sp!, {r1, lr}
|
ldmia sp!, {r1, lr}
|
||||||
str r1, [r0]
|
str r1, [r0]
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user