diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/sendmsg.S')
-rw-r--r-- | libc/arch-x86_64/syscalls/sendmsg.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86_64/syscalls/sendmsg.S b/libc/arch-x86_64/syscalls/sendmsg.S index ca8aeaf..6d94bb6 100644 --- a/libc/arch-x86_64/syscalls/sendmsg.S +++ b/libc/arch-x86_64/syscalls/sendmsg.S @@ -9,7 +9,7 @@ ENTRY(sendmsg) jb 1f negl %eax movl %eax, %edi - call PIC_PLT(__set_errno) + call __set_errno 1: ret END(sendmsg) |