(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.

This commit is contained in:
Ulrich Drepper 1998-05-19 16:12:07 +00:00
parent 0c56aa6338
commit e916666169

View 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