commit | cc59f14fb8eb951f41c8d823ba35c3b636092cd4 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Tue Apr 07 12:46:59 2015 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Tue Apr 07 12:46:59 2015 +0200 |
tree | 81e0db1d63e52b9cd42b95491963e9a0971204a7 | |
parent | 79c5c5d792cf925afa4ed2465a96553d60a844bd [diff] |
Fix confusing "resuming interrupted unknown" message Dmitry reported seeing the following: $ sleep 2 & sleep 1; ./strace -erestart_syscall -p $! [1] 12345 Process 12345 attached restart_syscall(<... resuming interrupted unknown ...>) = 0 Fixing it by replacing "unknown" with "system call". Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>