diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cc915c1d6..08907250f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2005-09-05 Corinna Vinschen <corinna@vinschen.de> + + * thread.h (pthread_mutex::get_pthread_self): Remove. + (pthread_mutex::lock): Use ::pthread_self as self parameter. + (pthread_mutex::trylock): Ditto. + (pthread_mutex::unlock): Ditto. + (pthread_mutex::destroy): Ditto. + 2005-09-02 Dave Korn <dave.korn@artimi.com> * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to |