[PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-18 Thread James Yang
* syscall.c: Fix 64-bit process detection on embedded powerpc Signed-off-by: James Yang --- syscall.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/syscall.c b/syscall.c index 3477dcd..8d47e7e 100644 --- a/syscall.c +++ b/syscall.c @@ -1222,8 +1222,9 @@ get_scno(st

Re: GSOC candidature draft for urgent feedback

2014-02-18 Thread Philippe Ombredanne
On Fri, Feb 14, 2014 at 6:11 PM, enh wrote: > Feel free to add me. I maintain bionic's C library and use strace pretty > much every day. As a heavy strace user, do you have any wish list that could make your usage easier? -- Philippe Ombredanne --