summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/ld_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/mips/ld_syscalls.h')
-rw-r--r--ldso/ldso/mips/ld_syscalls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ldso/ldso/mips/ld_syscalls.h b/ldso/ldso/mips/ld_syscalls.h
index 2327219df..feb54d4cf 100644
--- a/ldso/ldso/mips/ld_syscalls.h
+++ b/ldso/ldso/mips/ld_syscalls.h
@@ -4,6 +4,12 @@
* Linux/MIPS 2.4.17 version kernel.
*/
+#ifndef _SYS_STAT_H
+#define _SYS_STAT_H
+
+#define new_stat stat
+#include <asm/stat.h>
+
#define __NR_SYSCALL_BASE 4000
#define __NR_exit (__NR_SYSCALL_BASE + 1)
@@ -135,3 +141,5 @@ type name(atype a, btype b, ctype c, dtype d) \
return (type) __v0; \
return (type) -1; \
}
+
+#endif