From 5c2772f59d3b6f564897187324d8606f54423207 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 21 Mar 2013 22:15:06 -0700 Subject: The SYS_ constants should cover all __NR_ values. only contains constants for the syscalls we're generating stubs for. We want all the syscalls available on the architecture in question. Keep using on ARM for now because the __NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in . Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44 --- libc/arch-x86/syscalls/fdatasync.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/arch-x86/syscalls/fdatasync.S') diff --git a/libc/arch-x86/syscalls/fdatasync.S b/libc/arch-x86/syscalls/fdatasync.S index 73811a5..7b912aa 100644 --- a/libc/arch-x86/syscalls/fdatasync.S +++ b/libc/arch-x86/syscalls/fdatasync.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ #include #include -#include +#include ENTRY(fdatasync) pushl %ebx -- cgit v1.1