From 2868e0703d5b8c8e60c6f60de13e876c4d85daa0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 Aug 2014 11:18:26 +0200 Subject: Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #15790) pthread_mutexattr_settype adds PTHREAD_MUTEX_NO_ELISION_NP to kind, which is an internal flag that pthread_mutexattr_gettype shouldn't expose, since pthread_mutexattr_settype wouldn't accept it. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2d4ebb951b..2938f6e2d2 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Version 2.22 * The following bugs are resolved with this release: - 4719, 15467, 17912, 17932, 17944, 17949. + 4719, 15467, 15790, 17912, 17932, 17944, 17949. Version 2.21 -- cgit 1.4.1