From: Ulrich Drepper Date: Thu, 30 Apr 1998 16:57:25 +0000 (+0000) Subject: (PSEUDO): On error, call __syscall_error rather than syscall_error X-Git-Tag: glibc-2.16-ports-before-merge~3246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=096031e14c93b10a3419e26200a8ad2a38ffa59c;p=thirdparty%2Fglibc.git (PSEUDO): On error, call __syscall_error rather than syscall_error directly. --- diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 8a5111f0828..14dd17c02a7 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -53,7 +53,7 @@ ENTRY (name) \ DO_CALL (args, syscall_name); \ cmn r0, $4096; \ - bhs PLTJMP(syscall_error); + bhs PLTJMP(C_SYMBOL_NAME(__syscall_error)); #undef PSEUDO_END #define PSEUDO_END(name) \