aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ldd_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ldd_utils.c')
-rw-r--r--src/lib/ldd_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ldd_utils.c b/src/lib/ldd_utils.c
index 39a548887..80e3b92d7 100644
--- a/src/lib/ldd_utils.c
+++ b/src/lib/ldd_utils.c
@@ -23,6 +23,7 @@
23#include <sys/stat.h> 23#include <sys/stat.h>
24#include <fcntl.h> 24#include <fcntl.h>
25 25
26#ifdef HAVE_PRIVATE_LIB
26// todo: resolve overlap with masked_lib_dirs[] array from fs_lib.c 27// todo: resolve overlap with masked_lib_dirs[] array from fs_lib.c
27const char * const default_lib_paths[] = { 28const char * const default_lib_paths[] = {
28 "/usr/lib/x86_64-linux-gnu", // Debian & friends 29 "/usr/lib/x86_64-linux-gnu", // Debian & friends
@@ -63,3 +64,4 @@ doexit:
63 close(fd); 64 close(fd);
64 return retval; 65 return retval;
65} 66}
67#endif \ No newline at end of file