diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/dllockinit.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/dllockinit.3 b/lib/libc/gen/dllockinit.3 index c9f7207..5597c00 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 |