summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2003-07-01 15:02:01 +0000
committerskrll <skrll@NetBSD.org>2003-07-01 15:02:01 +0000
commit3605f021959f2e220078f528fbd7b3d99b0a819c (patch)
treea42796d317bb7871ff8ad7b3f462e6240913e216 /include
parent9b73f39949a5417c03c3b8a130d0d53941362c54 (diff)
Remove reference to dlinfo - it doesn't exist in NetBSD.
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index c17679b172d..ca797759048 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -1,4 +1,4 @@
-/* $NetBSD: dlfcn.h,v 1.15 2003/05/30 15:44:03 christos Exp $ */
+/* $NetBSD: dlfcn.h,v 1.16 2003/07/01 15:02:01 skrll Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@ __END_DECLS
#endif
/*
- * Special handle arguments for dlsym()/dlinfo().
+ * Special handle arguments for dlsym().
*/
#define RTLD_NEXT ((void *) -1) /* Search subsequent objects. */
#define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */