summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config/os
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2011-12-21 16:36:07 +0000
committerpfg <pfg@FreeBSD.org>2011-12-21 16:36:07 +0000
commit5e6e71cda9cf20296c3b8e65a74dac893a0786af (patch)
tree6d4a4423e8ac0d52149d79b2dfeda7c9299a5f1e /contrib/libstdc++/config/os
parentd9a69f25c9869a21e66cdf209e22ffb23d12a35f (diff)
downloadFreeBSD-src-5e6e71cda9cf20296c3b8e65a74dac893a0786af.zip
FreeBSD-src-5e6e71cda9cf20296c3b8e65a74dac893a0786af.tar.gz
Update libstdc++ with small updates from the latest rev. (135556)
from the gcc 4.2 branch. The libraries in the gcc-4_2-branch remained under the LGPLv2. The changes can be reproduced with the following command: svn diff svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch/libstdc++-v3 -r 127959:135556 Reviewed by: mm Approved by: jhb (mentor) MFC after: 2 weeks
Diffstat (limited to 'contrib/libstdc++/config/os')
-rw-r--r--contrib/libstdc++/config/os/aix/os_defines.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/libstdc++/config/os/aix/os_defines.h b/contrib/libstdc++/config/os/aix/os_defines.h
index 8f1f813..2aa9f7f 100644
--- a/contrib/libstdc++/config/os/aix/os_defines.h
+++ b/contrib/libstdc++/config/os/aix/os_defines.h
@@ -1,6 +1,6 @@
// Specific definitions for AIX -*- C++ -*-
-// Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2002, 2005, 2008 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -48,4 +48,9 @@
#define _ALL_SOURCE
#endif
+// C99 math
+#ifndef __COMPATMATH__
+#define __COMPATMATH__
+#endif
+
#endif
OpenPOWER on IntegriCloud