diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/xstat.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/xstat.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/xstat.S b/sysdeps/unix/sysv/linux/i386/xstat.S index 58c5f558c4..b936bb5b69 100644 --- a/sysdeps/unix/sysv/linux/i386/xstat.S +++ b/sysdeps/unix/sysv/linux/i386/xstat.S @@ -41,7 +41,7 @@ ENTRY (__xstat) jmp *%ecx /* Return success. */ .L2: pushl %ecx - jmp JUMPTARGET(syscall_error) + jmp syscall_error /* Yes, then branch to error handling. */ /* For compatibility with Linux libc. */ |