7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of ERESTARTSYS error code.
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_strace_match_diff -a34 -e signal=none -e trace=recvfrom
|