linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO.

* config/linux.mt: Don't define _PTHREADS, but define
        _IO_MTSAFE_IO.

From-SVN: r17581
This commit is contained in:
H.J. Lu 1998-02-01 12:38:27 +00:00 committed by Jeff Law
parent 2b0aa3c5b3
commit 6ad85f1770
2 changed files with 7 additions and 1 deletions

View 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

View File

@ -1 +1,2 @@
MT_CFLAGS = -D_PTHREADS
# tell we want the mt-safe version
MT_CFLAGS = -D_IO_MTSAFE_IO