aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-01-29 01:33:21 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-01-29 01:33:21 +0000
commit4e1635fee53d847f5d50414122006254893dcd3b (patch)
tree595235bf3f5731fe2e5de43224ebefbe5c19fe6d /lib/libc
parent7dbe16fbeef1df733f74de7203647a4eba928609 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/dllockinit.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/dllockinit.3 b/lib/libc/gen/dllockinit.3
index c9f7207575b3..5597c007cf05 100644
--- a/lib/libc/gen/dllockinit.3
+++ b/lib/libc/gen/dllockinit.3
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 1999 John D. Polstra
+.\" Copyright (c) 1999, 2000 John D. Polstra
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -36,6 +36,11 @@
.Ft void
.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.
+.Ef
+.Pp
Threads packages can call
.Nm
at initialization time to register locking functions for the dynamic