This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: AIX atomicity.h support
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: AIX atomicity.h support
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 6 Oct 2000 15:57:55 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com, Mark Mitchell <mark at codesourcery dot com>, Geoff Keating <geoffk at cygnus dot com>, Phil Edwards <pedwards at disaster dot jaj dot com>
right what should be done is
1) add os-specific defines into
config/os/aix/bits/os_defines.h
2) include
# <bits/os_defines.h>
in bits/c++config.h
I've suspected that this will need to be done since the shadow header work.
-benjamin