os_defines.h (_XOPEN_SOURCE): Delete.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 18 Jan 2005 17:08:50 +0000 (17:08 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 18 Jan 2005 17:08:50 +0000 (12:08 -0500)
        * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
        (_XOPEN_SOURCE_EXTENDED): Delete.

From-SVN: r93837

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/aix/os_defines.h

index a8ff690cc3ad02966566f39946b71ad895e1a103..33a9f47c1d744dfe70f3ee93259e3b2d65e6116c 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-18  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
+       (_XOPEN_SOURCE_EXTENDED): Delete.
+
 2005-01-18  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/testsuite_performance.h (time_counter::start):
index 19c9cec4cfaddbe352be170141d19ca4230a822b..3e4da946af551a726d854a24801691e5dfaf261b 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for AIX  -*- C++ -*-
 
-// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2002, 2005 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
 // System-specific #define, typedefs, corrections, etc, go here.  This
 // file will come before all others.
 
-#undef _XOPEN_SOURCE
-#define _XOPEN_SOURCE 500
-
-#undef _XOPEN_SOURCE_EXTENDED
-#define _XOPEN_SOURCE_EXTENDED 1
-
 // off64_t
 #ifndef _LARGE_FILE_API
 #define _LARGE_FILE_API