From e4ffd9f2341f42c9281b4a93df76768580535edd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 1 Oct 2013 13:29:43 -0700 Subject: Regenerate the system call stubs (to get x86_64). This touches the x86 stubs too because arm, x86, and x86_64 now all share the same header (at a source level), which causes a reordering of the #include lines. Change-Id: If9a1e2b2718bd41d8399fea748bce672c513ef84 --- libc/arch-x86/syscalls/sendto.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/arch-x86/syscalls/sendto.S') diff --git a/libc/arch-x86/syscalls/sendto.S b/libc/arch-x86/syscalls/sendto.S index 315ed4c..9b820ff 100644 --- a/libc/arch-x86/syscalls/sendto.S +++ b/libc/arch-x86/syscalls/sendto.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ +#include #include #include -#include ENTRY(sendto) pushl %ebx -- cgit v1.1