On Sun, Sep 28, 2014 at 02:44:58PM +0100, Steven Honeyman wrote:
> 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, I've pushed this, and enhanced sysinfo decoding a bit.


-- 
ldv

Attachment: pgpKKuVdwIsaP.pgp
Description: PGP signature

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to