diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-07 09:02:00 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-07 09:02:01 +0100 |
commit | 94b63e66206a9ad38872a9136a623ce73cf7c858 (patch) | |
tree | 1a6714d4d45750c8c424202f797b004e62a89c21 /support/Makefile | |
parent | c2d8f0b704c2b828bcd8d517a2376c0240c73c09 (diff) | |
download | glibc-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/Makefile | 1 |
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 \ |