poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / dlopen.texi
bloba9dc7d8e62e00b92e353d5ada145769e7c78ffce
1 @node dlopen
2 @section @code{dlopen}
3 @findex dlopen
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-dlopen-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 If the file name argument is not absolute, the file is searched for.  The
22 search algorithm is system specific.
23 @end itemize