From 66dca8bb0d03d1ede951e780f4c07c3115ab0875 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Sep 2002 15:11:55 +0000 Subject: [PATCH] * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal. --- winsup/cygwin/ChangeLog | 5 ++++- winsup/cygwin/thread.cc | 2 +- 2 files changed, 5 insertions(+), 2 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 + + * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal. + 2002-09-30 Christopher Faylor * 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 diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 6d8c4f5e6..8c1213a76 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -1106,7 +1106,7 @@ void pthread_mutex::initMutex () { if (!mutexInitializationLock.init ()) - api_fatal ("Could not create win32 Mutex for pthread mutex static initializer support.\n"); + api_fatal ("Could not create win32 Mutex for pthread mutex static initializer support."); } pthread_mutex::pthread_mutex (pthread_mutexattr *attr):verifyable_object (PTHREAD_MUTEX_MAGIC) -- 2.43.5