2466a7a60dd902f16c75151fae063228055dafd8
[gnulib.git] / doc / posix-functions / dlsym.texi
1 @node dlsym
2 @section @code{dlsym}
3 @findex dlsym
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dlsym.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, Interix 3.5, BeOS.
18 @item
19 The visibility of symbols loaded in dependent shared libraries or present
20 in the main executable is system dependent.
21 @end itemize