diff options
| author | lukem <lukem@NetBSD.org> | 1999-02-09 23:38:25 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-02-09 23:38:25 +0000 |
| commit | efa00c6291ec5a696a95656d8b37b0b5366f5f49 (patch) | |
| tree | 36e9116ca645856cf17fd161b889b117c69842cf | |
| parent | b0f697496e0b7b99420fa1791676ab53d0da63b0 (diff) | |
nsdispatch isn't currently thread safe; highlight this as a bug
| -rw-r--r-- | lib/libc/net/nsdispatch.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3 index c3caea82a3c..085c3bfc866 100644 --- a/lib/libc/net/nsdispatch.3 +++ b/lib/libc/net/nsdispatch.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: nsdispatch.3,v 1.5 1999/01/20 23:26:50 lukem Exp $ +.\" $NetBSD: nsdispatch.3,v 1.6 1999/02/09 23:38:25 lukem Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -211,6 +211,11 @@ and .Xr nsswitch.conf 4 manual pages. .Sh BUGS +The +.Nm +routines are not thread safe. +This will be rectified in the future. +.Pp Currently there is no support for dynamically loadable dispatcher callback functions. It is anticipated that this will be added in the future in the back-end |
