9e1ff93ccc9ec308b463eaf05a2d37a7a0181d7c
[gnulib.git] / doc / functions / dlsym.texi
1 @node dlsym
2 @section @code{dlsym}
3 @findex dlsym
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/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