mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Remove the comment warning that the dllockinit() interface might
change. I have decided that the interface is general enough to last.
This commit is contained in:
parent
97f86103a0
commit
4fba53a082
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55681
@ -66,7 +66,6 @@ __BEGIN_DECLS
|
||||
int dladdr __P((const void *, Dl_info *));
|
||||
int dlclose __P((void *));
|
||||
const char *dlerror __P((void));
|
||||
/* XXX dllockinit() interface is likely to change. */
|
||||
void dllockinit __P((void *_context,
|
||||
void *(*_lock_create)(void *_context),
|
||||
void (*_rlock_acquire)(void *_lock),
|
||||
|
Loading…
Reference in New Issue
Block a user