diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-12 22:50:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-12 22:50:16 +0000 |
commit | e6b5b0f238204eeccd8b54db36c2f2836aef09be (patch) | |
tree | 650a09f12589b33a8a041fb88d39131acedfdbd1 /libc/sysdeps/linux | |
parent | ef8c7a93f9f081ea1080d7785cf67a415851fd1a (diff) |
missed one of the __error names in changing to __syscall_error
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/mmap64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/mmap64.S b/libc/sysdeps/linux/i386/mmap64.S index 5c89c983b..5405c8a09 100644 --- a/libc/sysdeps/linux/i386/mmap64.S +++ b/libc/sysdeps/linux/i386/mmap64.S @@ -87,7 +87,7 @@ L_einval: popl %ebx popl %ebp movl $-EINVAL, %eax - jmp __error + jmp __syscall_error .size mmap64,.-mmap64 |