summaryrefslogtreecommitdiff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-09-19 04:24:50 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-09-19 04:24:50 +0000
commit362a3eadebeb037da28eeb0a1f5048cc72f578ee (patch)
treefb38e7e21e2d6444f3125fd59ef00a8dc84d7227 /include/dlfcn.h
parent07f643a52b65f9b3d1ae35216fa771d79a89056d (diff)
downloadsrc-test2-362a3eadebeb037da28eeb0a1f5048cc72f578ee.tar.gz
src-test2-362a3eadebeb037da28eeb0a1f5048cc72f578ee.zip
Notes
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 14a2b4d25be2..16695606a0f2 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -47,11 +47,10 @@
#define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default */
/*
- * Special handle argument for dlsym(). It causes the search for the
- * symbol to begin in the next shared object after the one containing
- * the caller.
+ * Special handle arguments for dlsym().
*/
-#define RTLD_NEXT ((void *) -1)
+#define RTLD_NEXT ((void *) -1) /* Search subsequent objects */
+#define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm */
/*
* Structure filled in by dladdr().