Dmitry V. Levin
891855edd9
* configure.ac (AC_CHECK_FUNCS): Add accept4. * tests/accept4.c: New file. * tests/accept4.test: New test. * tests/.gitignore: Add accept4. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add accept4.test.
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of accept4 syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a37
|