Skip to content

Commit

Permalink
Fix RTLD_GLOBAL documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
taviso committed Aug 23, 2015
1 parent 248978c commit 9959a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ static char *dlopen_usage[] = {
" -N Resolve all undefined symbols immediately.",
" -t Don't load, but return handle if already loaded.",
" -d Place the lookup scope ahead of global scope.",
" -g Make symbols available for global symbol resolution.",
" -g Don't make symbols available for global symbol resolution.",
" -n Do not unload library after dlclose.",
"",
"Alternatively, for very precise control of flags, you can specify dlfcn",
Expand Down

0 comments on commit 9959a24

Please sign in to comment.