diff options
Diffstat (limited to 'libc/arch-x86/syscalls/sync.S')
-rw-r--r-- | libc/arch-x86/syscalls/sync.S | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libc/arch-x86/syscalls/sync.S b/libc/arch-x86/syscalls/sync.S index d2a4691..f80296f 100644 --- a/libc/arch-x86/syscalls/sync.S +++ b/libc/arch-x86/syscalls/sync.S @@ -1,10 +1,11 @@ -/* autogenerated by gensyscalls.py */ -#include <linux/err.h> -#include <machine/asm.h> -#include <asm/unistd.h> +/* Generated by gensyscalls.py. Do not edit. */ + +#include <private/bionic_asm.h> ENTRY(sync) pushl %ebx + .cfi_def_cfa_offset 4 + .cfi_rel_offset ebx, 0 mov 8(%esp), %ebx movl $__NR_sync, %eax int $0x80 |