summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/pthread_allocimpl.h
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-20 20:20:48 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-20 20:20:48 +0000
commit4cf4e1936ace4879a6f1eccb9f4fcfbd08b9001b (patch)
tree5133cdd3e166fe2cc1933738b510ebf888d2e77e /libstdc++-v3/include/bits/pthread_allocimpl.h
parent8b6c1516504d72b101d3677d23d33c7777d2fccb (diff)
downloadppe42-gcc-4cf4e1936ace4879a6f1eccb9f4fcfbd08b9001b.tar.gz
ppe42-gcc-4cf4e1936ace4879a6f1eccb9f4fcfbd08b9001b.zip
2001-02-20 Phil Edwards <pme@sources.redhat.com>
* include/bits/stl_config.h: Remove file. * src/Makefile.am (base_headers): Remove from list. * configure: Regenerate. * Makefile.in: Ditto. * libio/Makefile.in: Ditto. * libmath/Makefile.in: Ditto. * libsupc++/Makefile.in: Ditto. * src/Makefile.in: Ditto. * include/bits/c++config: Move relevant macros to here. * include/backward/alloc.h: Include c++config.h instead. * include/backward/function.h: Ditto. * include/backward/heap.h: Ditto. * include/backward/pair.h: Ditto. * include/bits/pthread_allocimpl.h: Ditto. * include/bits/std_functional.h: Ditto. * include/bits/std_iterator.h: Ditto. * include/bits/std_numeric.h: Ditto. * include/bits/std_utility.h: Ditto. * include/bits/stl_algobase.h: Ditto. * include/bits/type_traits.h: Ditto. * src/stl-inst.cc: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/pthread_allocimpl.h')
-rw-r--r--libstdc++-v3/include/bits/pthread_allocimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/pthread_allocimpl.h b/libstdc++-v3/include/bits/pthread_allocimpl.h
index dd99150b2c7..bc11f9ced11 100644
--- a/libstdc++-v3/include/bits/pthread_allocimpl.h
+++ b/libstdc++-v3/include/bits/pthread_allocimpl.h
@@ -27,8 +27,8 @@
// cache lines among processors, with potentially serious performance
// consequences.
+#include <bits/c++config.h>
#include <bits/std_cerrno.h>
-#include <bits/stl_config.h>
#include <bits/stl_alloc.h>
#ifndef __RESTRICT
# define __RESTRICT
OpenPOWER on IntegriCloud