]> granicus.if.org Git - strace/commit
Remove workarounds for ancient kernels lacking __WALL
authorDenys Vlasenko <dvlasenk@redhat.com>
Thu, 20 Jun 2013 09:06:58 +0000 (11:06 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Thu, 20 Jun 2013 09:23:00 +0000 (11:23 +0200)
commit725dd425a60af0cd0fa7bb764ae3a122269a70fc
tree7a94220f8500dc1d143b92483c128e7b55caf0b7
parent69e27ef24402059d1d103c83e511b62bc60310d2
Remove workarounds for ancient kernels lacking __WALL

__WALL is available and working at least since 2.4 kernels: 10 years ago.

* strace (detach): Remove workarounds for ancient kernels lacking __WALL.
Add missing EINTR check.
(trace): Remove workarounds for ancient kernels lacking __WALL.
Remove redundant double error printout.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
strace.c