]> granicus.if.org Git - strace/commit
Fix confusing "resuming interrupted unknown" message
authorDenys Vlasenko <dvlasenk@redhat.com>
Tue, 7 Apr 2015 10:46:59 +0000 (12:46 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 7 Apr 2015 10:46:59 +0000 (12:46 +0200)
commitcc59f14fb8eb951f41c8d823ba35c3b636092cd4
tree81e0db1d63e52b9cd42b95491963e9a0971204a7
parent79c5c5d792cf925afa4ed2465a96553d60a844bd
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>
syscall.c