diff options
Diffstat (limited to 'man3/dlsym.3')
| -rw-r--r-- | man3/dlsym.3 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/man3/dlsym.3 b/man3/dlsym.3 index de071d1f08..8a648c6daf 100644 --- a/man3/dlsym.3 +++ b/man3/dlsym.3 @@ -120,17 +120,21 @@ T} Thread safety MT-Safe .hy .ad .sp 1 -.SH VERSIONS +.SH STANDARDS +.TP .BR dlsym () -is present in glibc 2.0 and later. +POSIX.1-2008. +.TP .BR dlvsym () -first appeared in glibc 2.1. -.SH STANDARDS -POSIX.1-2001 describes -.BR dlsym (). -The +GNU. +.SH HISTORY +.TP +.BR dlsym () +glibc 2.0. +POSIX.1-2001. +.TP .BR dlvsym () -function is a GNU extension. +glibc 2.1. .SH NOTES There are several scenarios when the address of a global symbol is NULL. For example, a symbol can be placed at zero address by the linker, via |
