From ed74484dcbc2e156a6e5fa861a62425b12e55128 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 7 Nov 2013 10:31:05 -0800 Subject: Stop using the non-uapi header file. We only need it for MAX_ERRNO, and it's time we had somewhere to put the little assembler utility macros we've been putting off writing. Change-Id: I9354d2e0dc47c689296a34b5b229fc9ba75f1a83 --- libc/arch-arm/syscalls/fdatasync.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/arch-arm/syscalls/fdatasync.S') diff --git a/libc/arch-arm/syscalls/fdatasync.S b/libc/arch-arm/syscalls/fdatasync.S index f4c13c7..9c8317d 100644 --- a/libc/arch-arm/syscalls/fdatasync.S +++ b/libc/arch-arm/syscalls/fdatasync.S @@ -1,8 +1,6 @@ /* Generated by gensyscalls.py. Do not edit. */ -#include -#include -#include +#include ENTRY(fdatasync) mov ip, r7 -- cgit v1.1