From 94b63e66206a9ad38872a9136a623ce73cf7c858 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 7 Feb 2019 09:02:00 +0100 Subject: support: Implement xdlmopen Put xdlmopen into its own file, to avoid disturbing static linking tests (where dlmopen pulls in additional code). --- support/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'support/Makefile') 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 \ -- cgit v1.2.3