Implement xdlopen, xdlsym and xdlclose routines which terminate test
commit1cc9e59a93636be6772ad423f7895e7ab52e4be7
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 21 Sep 2017 02:37:45 +0000 (20 19:37 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 21 Sep 2017 02:37:45 +0000 (20 19:37 -0700)
tree5dac1607f03996e79f1444106b373144425fc6dd
parentae8372d7e4c44f6839aa3d851d4d0cb486b81cd5
Implement xdlopen, xdlsym and xdlclose routines which terminate test
program with appropriate message if the corresponding dlfcn.h routine
returns an error.

Use them in stdlib/tst-tls-atexit.c
ChangeLog
stdlib/tst-tls-atexit.c
support/Makefile
support/xdlfcn.c [new file with mode: 0644]
support/xdlfcn.h [new file with mode: 0644]