comparison dynload/dynload.3 @ 253:5cfe4322c500

- improved support for older OS versions for dynloads dlGetLibraryPath
author Tassilo Philipp
date Mon, 15 May 2017 02:50:03 +0200
parents 7cb8a0aaf638
children 7c6f19d42b31
comparison
equal deleted inserted replaced
252:047d2829bdf6 253:5cfe4322c500
100 .Fn dlGetLibraryPath 100 .Fn dlGetLibraryPath
101 is not thread-safe on Darwin (macOS, iOS, ...) and OpenBSD. 101 is not thread-safe on Darwin (macOS, iOS, ...) and OpenBSD.
102 .Fn dlSymsInit 102 .Fn dlSymsInit
103 is not thread-safe on Darwin. 103 is not thread-safe on Darwin.
104 .Fn dlGetLibraryPath 104 .Fn dlGetLibraryPath
105 will not work on Haiku when the library in question doesn't have the (default) 105 will not work on the following platforms when the library in question doesn't have the (default)
106 .Fn _init 106 .Fn _init
107 and 107 and
108 .Fn _fini 108 .Fn _fini
109 symbols exported (rare, but possible). 109 symbols exported (rare, but possible): Haiku (all versions), OpenBSD < 3.7, NetBSD < 5.1, FreeBSD < 4.8
110 .Sh CONFORMING TO 110 .Sh CONFORMING TO
111 The dynload library conforms to c99. 111 The dynload library conforms to c99.
112 .Ed 112 .Ed
113 .Sh SEE ALSO 113 .Sh SEE ALSO
114 .Xr dyncall 3 , 114 .Xr dyncall 3 ,