From a7bed0eddc505a73290e6c0a49f68e25fadf39bf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Jul 2009 11:16:51 +0000 Subject: [PATCH] DRD does now support sem_open() and sem_close(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10599 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index f517bd4b32..98e7e90ee2 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,7 @@ Release 3.5.0 (???) DRD thread ID), DRD does now identify threads via a single number (the DRD thread ID). Furthermore "first observed at" information is now printed for all error messages related to synchronization objects. + - Added support for named semaphores (sem_open() and sem_close()). - Race conditions between pthread_barrier_wait() and pthread_barrier_destroy() calls are now reported. - Added support for memory pools through the macro's -- 2.47.3