mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 07:41:05 +00:00
(__socket): Use SYSCALL_ERROR in place of __syscall_error.
This commit is contained in:
parent
2f0910ca96
commit
c05bc2ca7b
@ -79,7 +79,7 @@ ENTRY (__socket)
|
||||
/* r0 is < 0 if there was an error. */
|
||||
cmn r0, $124
|
||||
RETINSTR(movcc, pc, r14)
|
||||
b PLTJMP(syscall_error)
|
||||
b PLTJMP(SYSCALL_ERROR)
|
||||
|
||||
PSEUDO_END (__socket)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user