diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-26 10:39:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-26 10:39:10 +0000 |
commit | 602e274c8e0e0cef46f916b9565600d561e35df6 (patch) | |
tree | bbf99664722b3f611d3ba2018665137be40194b1 /main/strace/strace-musl.patch | |
parent | 5d0a30573ed0bad25ae1f251135c93aba52b9c6d (diff) | |
download | aports-602e274c8e0e0cef46f916b9565600d561e35df6.tar.bz2 aports-602e274c8e0e0cef46f916b9565600d561e35df6.tar.xz |
main/strace: another musl fix
Diffstat (limited to 'main/strace/strace-musl.patch')
-rw-r--r-- | main/strace/strace-musl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/strace/strace-musl.patch b/main/strace/strace-musl.patch index 48f2c58b18..703ec5cfe9 100644 --- a/main/strace/strace-musl.patch +++ b/main/strace/strace-musl.patch @@ -165,3 +165,13 @@ else if (sev.sigev_notify == SIGEV_THREAD) tprintf("{%p, %p}", sev.sigev_notify_function, sev.sigev_notify_attributes); +--- ./resource.c.orig ++++ ./resource.c +@@ -31,6 +31,7 @@ + #include "defs.h" + #include <sys/resource.h> + #include <sys/times.h> ++#include <sys/sysinfo.h> + #include <linux/kernel.h> + + static const struct xlat resources[] = { |