about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-07 09:02:00 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-07 09:02:01 +0100
commit94b63e66206a9ad38872a9136a623ce73cf7c858 (patch)
tree1a6714d4d45750c8c424202f797b004e62a89c21 /support/Makefile
parentc2d8f0b704c2b828bcd8d517a2376c0240c73c09 (diff)
downloadglibc-94b63e66206a9ad38872a9136a623ce73cf7c858.tar.gz
glibc-94b63e66206a9ad38872a9136a623ce73cf7c858.tar.xz
glibc-94b63e66206a9ad38872a9136a623ce73cf7c858.zip
support: Implement xdlmopen
Put xdlmopen into its own file, to avoid disturbing static linking
tests (where dlmopen pulls in additional code).
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 9ff0ec3fff..f173565202 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -81,6 +81,7 @@ libsupport-routines = \
   xconnect \
   xcopy_file_range \
   xdlfcn \
+  xdlmopen \
   xdup2 \
   xfclose \
   xfopen \