Displaying 4 results from an estimated 4 matches for "5d8bd52".
2014 Mar 11
0
[PATCH] add mips64 support
...+#include <endian.h>
> #include <linux/raid/md_u.h>
> #include <linux/raid/md_p.h>
>
These hunks definitely should be explained, and probably should be
broken out as separate patches.
> diff --git a/usr/include/sys/resource.h b/usr/include/sys/resource.h
> index 5d8bd52..35398a7 100644
> --- a/usr/include/sys/resource.h
> +++ b/usr/include/sys/resource.h
> @@ -12,6 +12,8 @@
> __extern int getpriority(int, int);
> __extern int setpriority(int, int, int);
>
> -__extern int getrusage(int, struct rusage *);
> +#if !defined(__mips64)
> +...
2014 Mar 11
4
[PATCH] add mips64 support
...ude/sys/md.h
@@ -26,6 +26,7 @@
#define LEVEL_FAULTY (-5)
#define MAX_MD_DEVS 256 /* Max number of md dev */
+#include <endian.h>
#include <linux/raid/md_u.h>
#include <linux/raid/md_p.h>
diff --git a/usr/include/sys/resource.h b/usr/include/sys/resource.h
index 5d8bd52..35398a7 100644
--- a/usr/include/sys/resource.h
+++ b/usr/include/sys/resource.h
@@ -12,6 +12,8 @@
__extern int getpriority(int, int);
__extern int setpriority(int, int, int);
-__extern int getrusage(int, struct rusage *);
+#if !defined(__mips64)
+ __extern int getrusage(int, struct rusage *);...
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...:36:33 2010 +0100
[klibc] add getrusage()
we define rusage, but had no way to see this stats.
allows to compile mksh against klibc.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/include/sys/resource.h b/usr/include/sys/resource.h
index 41cefb4..5d8bd52 100644
--- a/usr/include/sys/resource.h
+++ b/usr/include/sys/resource.h
@@ -12,4 +12,6 @@
__extern int getpriority(int, int);
__extern int setpriority(int, int, int);
+__extern int getrusage(int, struct rusage *);
+
#endif /* _SYS_RESOURCE_H */
diff --git a/usr/klibc/SYSCALLS.def b/usr/kli...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...3 2010 +0100
[klibc] add getrusage()
we define rusage, but had no way to see this stats.
it may allow compiling mksh against klibc.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/include/sys/resource.h b/usr/include/sys/resource.h
index 41cefb4..5d8bd52 100644
--- a/usr/include/sys/resource.h
+++ b/usr/include/sys/resource.h
@@ -12,4 +12,6 @@
__extern int getpriority(int, int);
__extern int setpriority(int, int, int);
+__extern int getrusage(int, struct rusage *);
+
#endif /* _SYS_RESOURCE_H */
diff --git a/usr/klibc/SYSCALLS.def b/usr/kli...