Remove reference to dlinfo - it doesn't exist in NetBSD.
This commit is contained in:
parent
9b73f39949
commit
3605f02195
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue