Commit aa532e298937c7eb863b83c766cdabbf8be4fec9

lhchavez 2020-10-31T07:51:03

Fix the `-DTHREADSAFE=OFF` build This change avoids using the `(void)0` construct for some of the mutex `#define`s, since that makes the "return type" of those "functions" to be `void` instead of `int`.