diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 3363f51205..b657e5ea93 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -585,7 +585,7 @@ main(void) /* According to the ISO C standard, casting between function pointers and 'void *', as done above, produces undefined results. - POSIX.1-2003 and POSIX.1-2008 accepted this state of affairs and + POSIX.1-2001 and POSIX.1-2008 accepted this state of affairs and proposed the following workaround: *(void **) (&cosine) = dlsym(handle, "cos"); |
