am 6d929061: Merge "Fix MIPS build."

* commit '6d929061c36e7929c61c8e6331315b86fe86976f':
  Fix MIPS build.
This commit is contained in:
Elliott Hughes 2013-12-20 18:51:56 -08:00 committed by Android Git Automerger
commit 57c6a96939

View File

@ -29,7 +29,10 @@
#ifndef _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>
#endif
#include <asm/unistd.h> /* For system call numbers. */
#define MAX_ERRNO 4095 /* For recognizing system call error returns. */