s390: implement sotruss support
commit7a02cfade80b2b6ed2562e74105bebfee90a87ec
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 09:31:22 +0000 (24 04:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 16 Jan 2014 20:10:14 +0000 (16 15:10 -0500)
tree0a1cb4e023dc9db46f67f286839c0f222928caf4
parent0daf33f7d5c370968aca47a2bf75068c93432d5c
s390: implement sotruss support

See commit 41b1792698a335d3a85381921a84a16e9635f36a for testcase.

Note: while this works on s390x, the s390 code hangs when using -e.
But it hangs regardless of this code (the hang seems to occur before
the exit func is even called).  I didn't look too closely at it as
it seems to be an issue external to this file, so this code shouldn't
make the situation any worse.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
sysdeps/s390/sotruss-lib.c [new file with mode: 0644]