Skip to content

ensure XML_IS_THREADED before calling weak pthread symbols

There are still a few places in threads.c where pthread functions are being called unconditionally. This just makes sure we're always checking XML_IS_THREADED first.

Merge request reports