]> git.ipfire.org Git - thirdparty/glibc.git/commit - support/xsocket.c
support: Use support_record_failure consistently
authorFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 11:20:49 +0000 (12:20 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 31 Dec 2016 17:51:15 +0000 (18:51 +0100)
commit039c5a05cc905e3d48392e7ea9f85e339b7c068b
tree2d69efafb74a99d94b13b98eaab09d9e1d0e505c
parent5707a64d9462001f9c7c2e02d3f52cf8b0181658
support: Use support_record_failure consistently

This causes more test programs to link in the support_record_failure
function, which triggers an early call to mmap from an ELF
constructor, but this should not have side effects intefering
with the functionality actually under test (unlike, say, a call
to malloc).
12 files changed:
ChangeLog
support/check.c
support/check.h
support/delayed_exit.c
support/support_record_failure.c
support/support_test_verify_impl.c
support/tst-support_record_failure-2.sh
support/xasprintf.c
support/xfork.c
support/xpthread_check_return.c
support/xsocket.c
support/xwaitpid.c