(__socket): Use SYSCALL_ERROR in place of __syscall_error.

This commit is contained in:
Ulrich Drepper 2003-01-08 00:15:33 +00:00
parent 2f0910ca96
commit c05bc2ca7b

View File

@ -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)