diff options
Diffstat (limited to 'libc/arch-x86/syscalls/__getdents64.S')
-rw-r--r-- | libc/arch-x86/syscalls/__getdents64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-x86/syscalls/__getdents64.S b/libc/arch-x86/syscalls/__getdents64.S index 3fc8719..0ff217d 100644 --- a/libc/arch-x86/syscalls/__getdents64.S +++ b/libc/arch-x86/syscalls/__getdents64.S @@ -2,6 +2,8 @@ #include <private/bionic_asm.h> + .hidden __set_errno + ENTRY(__getdents64) pushl %ebx .cfi_def_cfa_offset 8 |