From f5980ff9299c469eb5c6920e67e9bf2b70925bba Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 29 Mar 2002 22:31:12 +0000 Subject: More mips support from sjhill --- ldso/ldso/mips/dl-syscalls.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ldso/ldso/mips/dl-syscalls.h') diff --git a/ldso/ldso/mips/dl-syscalls.h b/ldso/ldso/mips/dl-syscalls.h index 2327219df..feb54d4cf 100644 --- a/ldso/ldso/mips/dl-syscalls.h +++ b/ldso/ldso/mips/dl-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 + #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 -- cgit v1.2.3