poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / dlsym.texi
blob4be870b54685210e556e62c7aa2e57576b94beb9
1 @node dlsym
2 @section @code{dlsym}
3 @findex dlsym
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dlsym-1.html}
9 Gnulib module: ---
11 Portability problems fixed by Gnulib:
12 @itemize
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 Minix 3.1.8, mingw, MSVC 14.
20 @item
21 The visibility of symbols loaded in dependent shared libraries or present
22 in the main executable is system dependent.
23 @end itemize