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-x86/syscalls/readv.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/arch-x86/syscalls/readv.S') diff --git a/libc/arch-x86/syscalls/readv.S b/libc/arch-x86/syscalls/readv.S index 77a2c7f..ebd9caf 100644 --- a/libc/arch-x86/syscalls/readv.S +++ b/libc/arch-x86/syscalls/readv.S @@ -1,8 +1,6 @@ /* Generated by gensyscalls.py. Do not edit. */ -#include -#include -#include +#include ENTRY(readv) pushl %ebx -- cgit v1.1