summaryrefslogtreecommitdiffstats
path: root/main/strace/strace-musl.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-27 14:19:28 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-27 14:22:26 +0000
commit1751d6595597f1d9101cac04e54f20d95790f4f4 (patch)
treee895c3aa71985691256eca03cf4f7cdfeb0d966b /main/strace/strace-musl.patch
parentee152f9e0dce8017d033e01e018f1482d27e7e1d (diff)
downloadaports-1751d6595597f1d9101cac04e54f20d95790f4f4.tar.bz2
aports-1751d6595597f1d9101cac04e54f20d95790f4f4.tar.xz
main/[various]: fix build against musl (add update_config_sub)
Diffstat (limited to 'main/strace/strace-musl.patch')
-rw-r--r--main/strace/strace-musl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/strace/strace-musl.patch b/main/strace/strace-musl.patch
index 746d9cb6a..e5a211a17 100644
--- a/main/strace/strace-musl.patch
+++ b/main/strace/strace-musl.patch
@@ -160,7 +160,7 @@ diff -ru strace-4.8.orig/time.c strace-4.8/time.c
+#if defined(__GLIBC__)
tprintf("{%d}", sev._sigev_un._pad[0]);
+#else
-+ tprintf("{%d}", (int) sev._pad[0]);
++ tprintf("{%d}", (int) sev.__pad[0]);
+#endif
else if (sev.sigev_notify == SIGEV_THREAD)
tprintf("{%p, %p}", sev.sigev_notify_function,