Using the latest git sources for musl libc and strace, there's just
one thing missing preventing it from working "out of the box".
To fix this. would it be possible to add the sys/sysinfo.h header in, as below:
--- a/strace-4.9/resource.c
+++ b/strace-4.9/resource.c
@@ -302,6 +302,8 @@
}
#endif /* ALPHA */
+#include <sys/sysinfo.h>
+
int
sys_sysinfo(struct tcb *tcp)
{
With that in place, it works fine.
Thanks,
Steven
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel