diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index e7bf0eec01..796990dc52 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,10 @@ Deprecated and removed features, and other changes affecting compatibility: programs should use the equivalent standard function pthread_mutexattr_getrobust instead. +* The function pthread_mutexattr_setrobust_np has been deprecated; + programs should use the equivalent standard function + pthread_mutexattr_setrobust instead. + Changes to build and runtime requirements: * On Linux, the shm_open, sem_open, and related functions now expect the |