< prev index next >

src/os/aix/vm/loadlib_aix.cpp

Print this page
rev 13052 : [mq]: stdc_macros

*** 1,6 **** --- 1,7 ---- /* + * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2015 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as
*** 28,41 **** // Ultimately this just uses loadquery() // See: // http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp // ?topic=/com.ibm.aix.basetechref/doc/basetrf1/loadquery.htm - #ifndef __STDC_FORMAT_MACROS - #define __STDC_FORMAT_MACROS - #endif - #include "loadlib_aix.hpp" #include "misc_aix.hpp" #include "porting_aix.hpp" #include "utilities/debug.hpp" #include "utilities/ostream.hpp" --- 29,38 ----
< prev index next >