summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
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
---