search for: 972e450

Displaying 1 result from an estimated 1 matches for "972e450".

2014 Mar 11
4
[PATCH] add mips64 support
...int); __extern int setpriority(int, int, int); -__extern int getrusage(int, struct rusage *); +#if !defined(__mips64) + __extern int getrusage(int, struct rusage *); +#endif #endif /* _SYS_RESOURCE_H */ diff --git a/usr/klibc/arch/mips64/Kbuild b/usr/klibc/arch/mips64/Kbuild index 970c0f8..972e450 100644 --- a/usr/klibc/arch/mips64/Kbuild +++ b/usr/klibc/arch/mips64/Kbuild @@ -1,3 +1,14 @@ # -# klibc files for mips64 +# klibc files for mips # + +klib-y := pipe.o vfork.o setjmp.o syscall.o + +klib-y += ../../libgcc/__clzsi2.o ../../libgcc/__ashldi3.o +klib-y += ../../libgcc/__ashrdi3.o...