diff options
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a6dddc..de625b0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,12 @@ misc * Add a __libc_single_threaded stub. Currently it always says we are MT. +pthread +------- + +* Add pthread_mutexattr_(get/set)kind_np, non-portable aliases of the + pthread_mutexattr_(get/set)type function. + pwd --- |