Dmitry V. Levin
416e880a91
* configure.ac (AC_CHECK_FUNCS): Add recvfrom. * tests/recvfrom.c: New file. * tests/recvfrom.test: New test. * tests/.gitignore: Add recvfrom. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add recvfrom.test.
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of sockaddr related arguments of recvfrom syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a35
|