From: Justin Erenkrantz
Date: Fri, 16 Aug 2002 05:28:10 +0000 (+0000)
Subject: I'm going to hazard a guess as to why GDBM is listed as non-threadsafe and
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4888cf0d54287e16b210e2e73703daaa4e38dcbd;p=apache
I'm going to hazard a guess as to why GDBM is listed as non-threadsafe and
blame it on the error checking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96407 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html
index 0e488d9862..d87991fafa 100644
--- a/docs/manual/developer/thread_safety.html
+++ b/docs/manual/developer/thread_safety.html
@@ -66,7 +66,7 @@ individual symbols in the module.
FreeType | | ? | |
GD 1.8.x | | ? | |
GD 2.0.x | | ? | |
- gdbm | | No | |
+ gdbm | | No | Errors returned via a static gdbm_error variable |
ImageMagick | | ? | |
Imlib2 | | ? | |
libjpeg | v6b | ? | |