diff options
Diffstat (limited to 'libc/arch-x86/syscalls/read.S')
| -rw-r--r-- | libc/arch-x86/syscalls/read.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/read.S b/libc/arch-x86/syscalls/read.S index 976ba83..9814c8f 100644 --- a/libc/arch-x86/syscalls/read.S +++ b/libc/arch-x86/syscalls/read.S @@ -21,7 +21,7 @@ ENTRY(read) jb 1f negl %eax pushl %eax - call PIC_PLT(__set_errno) + call __set_errno addl $4, %esp 1: popl %edx |
