* commit '57c6a96939533a149b2736a21d3c0bad3a096e4e': Fix MIPS build.
This commit is contained in:
@@ -29,7 +29,10 @@
|
|||||||
#ifndef _PRIVATE_BIONIC_ASM_H_
|
#ifndef _PRIVATE_BIONIC_ASM_H_
|
||||||
#define _PRIVATE_BIONIC_ASM_H_
|
#define _PRIVATE_BIONIC_ASM_H_
|
||||||
|
|
||||||
|
#if !defined(__mips__)
|
||||||
|
/* <machine/asm.h> causes trouble on mips by including regdefs.h. */
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <asm/unistd.h> /* For system call numbers. */
|
#include <asm/unistd.h> /* For system call numbers. */
|
||||||
#define MAX_ERRNO 4095 /* For recognizing system call error returns. */
|
#define MAX_ERRNO 4095 /* For recognizing system call error returns. */
|
||||||
|
Reference in New Issue
Block a user