diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-08-24 19:05:22 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-08-24 19:05:22 +0000 |
commit | 15bcd79ab011e643d53b751c5705e33fd1440ece (patch) | |
tree | a566ce0e0058893b77b36eab97f3185f5457f007 /libstdc++-v3/libio | |
parent | b148aeaa4f94a7cdbc74d493beb7e5cff4779d51 (diff) | |
download | gcc-15bcd79ab011e643d53b751c5705e33fd1440ece.zip gcc-15bcd79ab011e643d53b751c5705e33fd1440ece.tar.gz gcc-15bcd79ab011e643d53b751c5705e33fd1440ece.tar.bz2 |
acconfig.h: Revert.
2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* acconfig.h: Revert.
* acinclude.m4: Revert.
* libio/_G_config.h: Revert.
* libio/libio.h: Revert.
From-SVN: r35943
Diffstat (limited to 'libstdc++-v3/libio')
-rw-r--r-- | libstdc++-v3/libio/_G_config.h | 7 | ||||
-rw-r--r-- | libstdc++-v3/libio/libio.h | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/libstdc++-v3/libio/_G_config.h b/libstdc++-v3/libio/_G_config.h index 1319c4b..19ab4fc 100644 --- a/libstdc++-v3/libio/_G_config.h +++ b/libstdc++-v3/libio/_G_config.h @@ -6,16 +6,11 @@ #ifndef _LIBC # include <bits/c++config.h> -# ifdef _GLIBCPP_USING_THREADS -# define _IO_MTSAFE_IO -# endif +# define _IO_MTSAFE_IO #endif /* Define types for libio in terms of the standard internal type names. */ -#ifndef _LARGEFILE64_SOURCE -# define _LARGEFILE64_SOURCE -#endif #include <sys/types.h> #define __need_size_t #define __need_wchar_t diff --git a/libstdc++-v3/libio/libio.h b/libstdc++-v3/libio/libio.h index f3ef36b..d26a5e5 100644 --- a/libstdc++-v3/libio/libio.h +++ b/libstdc++-v3/libio/libio.h @@ -164,7 +164,7 @@ struct _IO_jump_t; struct _IO_FILE; /*# include <comthread.h>*/ # endif #else -typedef void* _IO_lock_t; +typedef void _IO_lock_t; #endif |