From 4b56dee0873d57ed2a0891a4a2370d20d46845c3 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 18 Feb 2024 07:06:15 +0000 Subject: code base: set the visilbity of internal library interfaces to hidden. --- src/logic/linkcmd/slbt_linkcmd_executable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/logic/linkcmd/slbt_linkcmd_executable.c') diff --git a/src/logic/linkcmd/slbt_linkcmd_executable.c b/src/logic/linkcmd/slbt_linkcmd_executable.c index 9fd3274..a4c3b81 100644 --- a/src/logic/linkcmd/slbt_linkcmd_executable.c +++ b/src/logic/linkcmd/slbt_linkcmd_executable.c @@ -20,6 +20,7 @@ #include "slibtool_snprintf_impl.h" #include "slibtool_symlink_impl.h" #include "slibtool_spawn_impl.h" +#include "slibtool_visibility_impl.h" static int slbt_linkcmd_exit( struct slbt_deps_meta * depsmeta, @@ -66,7 +67,7 @@ static void slbt_emit_fdwrap_dl_path_fixup( strncat(dpfixup,"/",dpfixup_size-1); } -int slbt_exec_link_create_executable( +slbt_hidden int slbt_exec_link_create_executable( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx, const char * exefilename) -- cgit v1.2.3