aboutsummaryrefslogtreecommitdiff
path: root/doc/apiref.rst
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2018-02-08 12:38:14 +0200
committerPetri Lehtinen <petri@digip.org>2018-02-08 12:38:14 +0200
commitf44921e1766b4584bb239593ce7e7ea3242c99c3 (patch)
treef40ab7766463ca549abd75cbf2483603181c9590 /doc/apiref.rst
parent3aee856d7bc453d488ff9fa5f2ac70e979dd9869 (diff)
downloadjansson-threadsafety.zip
jansson-threadsafety.tar.gz
jansson-threadsafety.tar.bz2
Clarify thread safety docs, rename JANSSON_THREAD_SAFEthreadsafety
Diffstat (limited to 'doc/apiref.rst')
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 6c73d30..3ad406d 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -58,7 +58,7 @@ the library:
/* Code specific to version 1.3 and above */
#endif
-``JANSSON_THREAD_SAFE``
+``JANSSON_THREAD_SAFE_REFCOUNT``
If this value is defined all read-only operations and reference counting in
Jansson are thread safe. This value is not defined for versions older than
``2.11`` or when the compiler does not provide built-in atomic functions.