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:
@@ -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)
|
||||
"""
|
||||
|
Reference in New Issue
Block a user