system.get_ld_library_directories
Description
Obtains and returns a list of file descriptors using the following method:
-
Query
RTLD_DI_SERINFO
for the executable, ignoring repeated paths. -
Open the directories for the query’s results, ignoring any that fails.
-
If the calling process was spawned from Emilua using
spawn_vm()
, also acquire duplicates from the file descriptors sent through the parametersubprocess.ld_library_directories
.