diff options
| author | John Polstra <jdp@FreeBSD.org> | 2000-07-08 04:17:28 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2000-07-08 04:17:28 +0000 |
| commit | 59a821dae22f0eea366e5b147134c1368ddd54fb (patch) | |
| tree | 57b29b5eefd9c0f1a89fa4ac781f6bbadc3c6d84 /lib/libc | |
| parent | 630df077ab61c69ad927873957c53efc22de140a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/dllockinit.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/dllockinit.3 b/lib/libc/gen/dllockinit.3 index 7ee09aa7ed4a..ca3c837a3521 100644 --- a/lib/libc/gen/dllockinit.3 +++ b/lib/libc/gen/dllockinit.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 26, 1999 +.Dd July 5, 2000 .Os FreeBSD .Dt DLLOCKINIT 3 .Sh NAME @@ -39,8 +39,9 @@ .Fn dllockinit "void *context" "void *(*lock_create)(void *context)" "void (*rlock_acquire)(void *lock)" "void (*wlock_acquire)(void *lock)" "void (*lock_release)(void *lock)" "void (*lock_destroy)(void *lock)" "void (*context_destroy)(void *context)" .Sh DESCRIPTION .Bf Sy -This interface is experimental. It may be changed or eliminated in -future releases. +Due to enhancements in the dynamic linker, this interface is no longer +needed. It is deprecated and will be removed from future releases. +In current releases it still exists, but only as a stub which does nothing. .Ef .Pp Threads packages can call |
