Stop using the non-uapi <linux/err.h> 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
This commit is contained in:
Elliott Hughes
2013-11-07 10:31:05 -08:00
parent a034e1d3e0
commit ed74484dcb
765 changed files with 805 additions and 2291 deletions

View File

@@ -41,9 +41,7 @@ def create_file(relpath):
syscall_stub_header = "/* " + warning + " */\n" + \
"""
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
#include <private/bionic_asm.h>
ENTRY(%(func)s)
"""