(PSEUDO): On error, call __syscall_error rather than syscall_error

directly.
This commit is contained in:
Ulrich Drepper 1998-04-30 16:57:25 +00:00
parent a62da3689a
commit 096031e14c
1 changed files with 1 additions and 1 deletions

View 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) \