diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 34185e22c..f4598a7e5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,9 +1,12 @@ 2002-09-30 Christopher Faylor <cgf@redhat.com> + * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal. + +2002-09-30 Christopher Faylor <cgf@redhat.com> + * thread.cc (pthread::precreate): Use explicit "no inherit" option when creating mutex. (pthread_mutex::nativeMutex::init): Ditto. - (semaphore::semaphore): Ditto. 2002-09-30 Christopher Faylor <cgf@redhat.com> |