OSDN Git Service

* thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.
authorcgf <cgf>
Mon, 30 Sep 2002 15:11:54 +0000 (15:11 +0000)
committercgf <cgf>
Mon, 30 Sep 2002 15:11:54 +0000 (15:11 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 34185e2..f4598a7 100644 (file)
@@ -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>
 
index 6d8c4f5..8c1213a 100644 (file)
@@ -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)