From 1767f908af327fa388b1c66883760ad851267013 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 18:28:13 -0800 Subject: auto import from //depot/cupcake/@135843 --- libc/arch-x86/syscalls/fsync.S | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libc/arch-x86/syscalls/fsync.S (limited to 'libc/arch-x86/syscalls/fsync.S') diff --git a/libc/arch-x86/syscalls/fsync.S b/libc/arch-x86/syscalls/fsync.S deleted file mode 100644 index d9fd225..0000000 --- a/libc/arch-x86/syscalls/fsync.S +++ /dev/null @@ -1,23 +0,0 @@ -/* autogenerated by gensyscalls.py */ -#include - - .text - .type fsync, @function - .globl fsync - .align 4 - -fsync: - pushl %ebx - mov 8(%esp), %ebx - movl $__NR_fsync, %eax - int $0x80 - cmpl $-129, %eax - jb 1f - negl %eax - pushl %eax - call __set_errno - addl $4, %esp - orl $-1, %eax -1: - popl %ebx - ret -- cgit v1.1