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