diff dynload/dynload_unix.c @ 366:ad5f9803f52f

- removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
author Tassilo Philipp
date Wed, 15 Apr 2020 14:57:23 +0200
parents 1d03a3a4220d
children c7c180c73dc9
line wrap: on
line diff
--- a/dynload/dynload_unix.c	Tue Apr 14 19:58:31 2020 +0200
+++ b/dynload/dynload_unix.c	Wed Apr 15 14:57:23 2020 +0200
@@ -105,7 +105,6 @@
 
 #include <link.h>
 
-/* @@@ if called from within a .so, passing NULL will return .so name, whereas passing result of dlLoadLibrary(NULL) returns process' name */
 int dlGetLibraryPath(DLLib* pLib, char* sOut, int bufSize)
 {
   struct link_map* p = NULL;