]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__socket): Use SYSCALL_ERROR in place of __syscall_error.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Jan 2003 00:15:33 +0000 (00:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Jan 2003 00:15:33 +0000 (00:15 +0000)
sysdeps/unix/sysv/linux/arm/socket.S

index 2672de7b2c8e2db1d9661d04b3019781d5fd7547..f4ccc5465d006ada21d1100a053f0e3a4b0f7415 100644 (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)