From: andy5995 Date: Fri, 26 Jul 2019 03:55:07 +0000 (-0500) Subject: partial revert (make use) [skip ci] X-Git-Tag: json-c-0.14-20200419~92^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2f46b9f79466d5121df1633259ff63dbbe2e5b1;p=thirdparty%2Fjson-c.git partial revert (make use) [skip ci] --- diff --git a/README.md b/README.md index 7dcf7722..5e39b8fc 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Building with partial threading support ---------------------------------------- Although json-c does not support fully multi-threaded access to -object trees, it has some code to help make threaded programs +object trees, it has some code to help make use in threaded programs a bit safer. Currently, this is limited to using atomic operations for json_object_get() and json_object_put().