linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO.
authorH.J. Lu <hjl@gnu.org>
Sun, 1 Feb 1998 12:38:27 +0000 (12:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 12:38:27 +0000 (05:38 -0700)
        * config/linux.mt: Don't define _PTHREADS, but define
        _IO_MTSAFE_IO.

From-SVN: r17581

libstdc++/ChangeLog
libstdc++/config/linux.mt

index 6640d5d91376547f198044c298c70cb9588cb426..b3d5b94dee9fc0cd6d552bddcc2e68aff682de2f 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
+
+       * config/linux.mt: Don't define _PTHREADS, but define
+       _IO_MTSAFE_IO.
+
 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
         * tests/configure.in, testsuite/configure.in: Update with yesterday's
index 6afe1e514d93f3401e2ce6d283662a5403a2f730..5848851be8ac4da2e148290e9995237f79e9d0af 100644 (file)
@@ -1 +1,2 @@
-MT_CFLAGS = -D_PTHREADS
+# tell we want the mt-safe version
+MT_CFLAGS = -D_IO_MTSAFE_IO