(PSEUDO): On error, call __syscall_error rather than syscall_error
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 16:57:25 +0000 (16:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 16:57:25 +0000 (16:57 +0000)
directly.

sysdeps/unix/sysv/linux/arm/sysdep.h

index 8a5111f..14dd17c 100644 (file)
@@ -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)                                                      \