diff options
Diffstat (limited to 'libc/arch-x86/syscalls/sendmmsg.S')
| -rw-r--r-- | libc/arch-x86/syscalls/sendmmsg.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/sendmmsg.S b/libc/arch-x86/syscalls/sendmmsg.S index 51ead98..4bc3c40 100644 --- a/libc/arch-x86/syscalls/sendmmsg.S +++ b/libc/arch-x86/syscalls/sendmmsg.S @@ -18,7 +18,7 @@ ENTRY(sendmmsg) jb 1f negl %eax pushl %eax - call PIC_PLT(__set_errno) + call __set_errno addl $4, %esp 1: popl %ecx |
