os_header.h revision 7118
1333N/A * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 1333N/A * Redistribution and use in source and binary forms, with or without 1333N/A * modification, are permitted provided that the following conditions are met: 1333N/A * 1. Redistributions of source code must retain the above copyright notice, 1333N/A * this list of conditions and the following disclaimer. 1333N/A * 2. Redistributions in binary form must reproduce the above copyright notice, 1333N/A * this list of conditions and the following disclaimer in the documentation 1333N/A * and/or other materials provided with the distribution. 1333N/A * 3. Neither the name of the copyright holder nor the names of its contributors 1333N/A * may be used to endorse or promote products derived from this software 1333N/A * without specific prior written permission. 1333N/A * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 1333N/A * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1333N/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1333N/A * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY 1333N/A * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 1333N/A * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 1333N/A * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 1333N/A * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1333N/A * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 1333N/A * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1333N/A * Operating system specific defines. * Linux statically defines 64 bit words as type 'long long' * regardless of 64 bit vs 32 bit compilation. However, * the PRIx64 macro expands to 'lx' (type long) on 64 bit * compilation, which is incompatible with the Linux 64 bit #
endif /* _OS_HEADER_H */