From: Justin Erenkrantz
Date: Fri, 16 Aug 2002 06:17:16 +0000 (+0000)
Subject: Update bzip2 entry based on examination of documentation.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab5579ff18bb7d7c69b356553a42256622e1683;p=apache
Update bzip2 entry based on examination of documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96412 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html
index d9e2c598dc..db02212dc7 100644
--- a/docs/manual/developer/thread_safety.html
+++ b/docs/manual/developer/thread_safety.html
@@ -73,10 +73,10 @@ individual symbols in the module.
Be careful about sharing a connection across threads. |
- BZip2 |
- |
- ? |
- |
+ bzip2 |
+ |
+ Yes |
+ Both low-level and high-level APIs are thread-safe. However, high-level API requires thread-safe access to errno. |
cdb |