[v2,6/6] Update NEWS for new _clockwait functions

Message ID 1d1eda562cc3d086d52bf1fa97db5823ece1b466.1557251247.git-series.mac@mcrowe.com
State Superseded
Headers

Commit Message

Mike Crowe May 7, 2019, 5:51 p.m. UTC
  * NEWS: Mention new pthread_cond_clockwait,
	pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock and
	sem_clockwait functions.
---
 ChangeLog | 6 ++++++
 NEWS      | 6 ++++++
 2 files changed, 12 insertions(+)
  

Patch

diff --git a/ChangeLog b/ChangeLog
index 9625d95..5cc2ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@ 
+2019-05-07  Mike Crowe  <mac@mcrowe.com>
+
+	* NEWS: Mention new pthread_cond_clockwait,
+	pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock and
+	sem_clockwait functions.
+
 2019-05-04  Mike Crowe  <mac@mcrowe.com>
 
 	nptl: Add POSIX-proposed pthread_rwlock_clockrdlock &
diff --git a/NEWS b/NEWS
index 41cffa4..be674db 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@  Major new features:
   pointer subtraction within the allocated object, where results might
   overflow the ptrdiff_t type.
 
+* Add new POSIX-proposed pthread_cond_clockwait, pthread_rwlock_clockrdlock,
+  pthread_rwlock_clockwrlock and sem_clockwait functions. These behave
+  similarly to their "timed" equivalents, but also accept a clockid_t
+  parameter to determine which clock their timeout should be measured
+  against.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The functions clock_gettime, clock_getres, clock_settime,