From: Ulrich Drepper Date: Wed, 8 Jan 2003 00:15:33 +0000 (+0000) Subject: (__socket): Use SYSCALL_ERROR in place of __syscall_error. X-Git-Tag: glibc-2.16-ports-before-merge~1472 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c05bc2ca7b996f868046627cb81c8b446c140900;p=thirdparty%2Fglibc.git (__socket): Use SYSCALL_ERROR in place of __syscall_error. --- diff --git a/sysdeps/unix/sysv/linux/arm/socket.S b/sysdeps/unix/sysv/linux/arm/socket.S index 2672de7b2c8..f4ccc5465d0 100644 --- a/sysdeps/unix/sysv/linux/arm/socket.S +++ b/sysdeps/unix/sysv/linux/arm/socket.S @@ -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)