diff options
author | jdp <jdp@FreeBSD.org> | 2000-01-09 20:57:21 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-01-09 20:57:21 +0000 |
commit | d88c9767e1793993cc2242ccfb9a8ba002a061c6 (patch) | |
tree | 153fd1b57776b77473c0d06ac4cfcf85befa6851 /include | |
parent | 5d1640d47ddcc39c995f7b95bb4a4a15e79189bf (diff) | |
download | FreeBSD-src-d88c9767e1793993cc2242ccfb9a8ba002a061c6.zip FreeBSD-src-d88c9767e1793993cc2242ccfb9a8ba002a061c6.tar.gz |
Remove the comment warning that the dllockinit() interface might
change. I have decided that the interface is general enough to
last.
Diffstat (limited to 'include')
-rw-r--r-- | include/dlfcn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 16cc417..09edf2d 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -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), |