mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-19 17:30:08 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user