diff options
Diffstat (limited to 'libc/arch-x86/syscalls/socketpair.S')
-rw-r--r-- | libc/arch-x86/syscalls/socketpair.S | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libc/arch-x86/syscalls/socketpair.S b/libc/arch-x86/syscalls/socketpair.S index 02c02ac..3681c4f 100644 --- a/libc/arch-x86/syscalls/socketpair.S +++ b/libc/arch-x86/syscalls/socketpair.S @@ -1,11 +1,13 @@ -/* 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(socketpair) pushl %ebx pushl %ecx + .cfi_def_cfa_offset 8 + .cfi_rel_offset ebx, 0 + .cfi_rel_offset ecx, 4 mov $8, %ebx mov %esp, %ecx addl $12, %ecx |