diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1030e4b57..a4d21b235 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2003-12-01 Thomas Pfaff <tpfaff@gmx.net> + + * thread.cc (pthread_rwlock::add_reader): Remove mx parameter for + List_insert call. + (pthread::prepare): Ensure race safeness when adding function + pointers to atfork lists by using List_insert. + * thread.h (List_insert): Use InterlockedCompareExchangePointer to + ensure race safeness without using a mutex. + (List_remove): Use InterlockedCompareExchangePointer to + ensure race safeness with List_insert. + (List::insert): Remove mx parameter for List_insert call. + 2003-12-01 Corinna Vinschen <corinna@vinschen.de> * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl. |