diff dynload/dynload.h @ 382:dd5d03483314

- dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)" * dynload_plain test code changes to reflect this * note in doc - changed dynload_plain to not do inode-based tests on windows
author Tassilo Philipp
date Wed, 20 Jan 2021 13:49:43 +0100
parents f5577f6bf97a
children
line wrap: on
line diff
--- a/dynload/dynload.h	Tue Dec 29 13:30:59 2020 +0100
+++ b/dynload/dynload.h	Wed Jan 20 13:49:43 2021 +0100
@@ -39,7 +39,7 @@
 
 /* shared library loading and explicit symbol resolving */
 /* dlLoadLibrary will search for specified lib (e.g. as leaf name, only), */
-/* to the platforms dynamic linking style */
+/* following platforms' dynamic linking style, returns NULL on error */
 
 typedef struct DLLib_ DLLib;