aboutsummaryrefslogtreecommitdiff
path: root/doc/threadsafety.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/threadsafety.rst')
-rw-r--r--doc/threadsafety.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/threadsafety.rst b/doc/threadsafety.rst
index d9b881a..0eebb29 100644
--- a/doc/threadsafety.rst
+++ b/doc/threadsafety.rst
@@ -1,9 +1,9 @@
+.. _thread-safety:
+
*************
Thread safety
*************
-.. _thread-safety:
-
Jansson as a library is thread safe and has no mutable global state.
The only exceptions are the hash function seed and memory allocation
functions, see below.