about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2017-09-20 19:37:45 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2017-09-20 19:37:45 -0700
commit1cc9e59a93636be6772ad423f7895e7ab52e4be7 (patch)
tree5dac1607f03996e79f1444106b373144425fc6dd /support/Makefile
parentae8372d7e4c44f6839aa3d851d4d0cb486b81cd5 (diff)
downloadglibc-1cc9e59a93636be6772ad423f7895e7ab52e4be7.tar.gz
glibc-1cc9e59a93636be6772ad423f7895e7ab52e4be7.tar.xz
glibc-1cc9e59a93636be6772ad423f7895e7ab52e4be7.zip
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
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 2ace3fa8cc..027a663000 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -65,6 +65,7 @@ libsupport-routines = \
   xchroot \
   xclose \
   xconnect \
+  xdlfcn \
   xdup2 \
   xfclose \
   xfopen \