diff options
Diffstat (limited to 'libc/arch-x86/syscalls/readahead.S')
| -rw-r--r-- | libc/arch-x86/syscalls/readahead.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/readahead.S b/libc/arch-x86/syscalls/readahead.S index 0849de6..49a17d0 100644 --- a/libc/arch-x86/syscalls/readahead.S +++ b/libc/arch-x86/syscalls/readahead.S @@ -25,7 +25,7 @@ ENTRY(readahead) jb 1f negl %eax pushl %eax - call PIC_PLT(__set_errno) + call __set_errno addl $4, %esp 1: popl %esi |
