gdefs_md.h revision 502
299N/A/*
299N/A * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
299N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
299N/A *
299N/A * This code is free software; you can redistribute it and/or modify it
299N/A * under the terms of the GNU General Public License version 2 only, as
299N/A * published by the Free Software Foundation. Sun designates this
299N/A * particular file as subject to the "Classpath" exception as provided
6982N/A * by Sun in the LICENSE file that accompanied this code.
6982N/A *
299N/A * This code is distributed in the hope that it will be useful, but WITHOUT
299N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
299N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
299N/A * version 2 for more details (a copy is included in the LICENSE file that
6982N/A * accompanied this code).
6982N/A *
6982N/A * You should have received a copy of the GNU General Public License version
6982N/A * 2 along with this work; if not, write to the Free Software Foundation,
299N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
299N/A *
299N/A * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
299N/A * CA 95054 USA or visit www.sun.com if you need additional information or
299N/A * have any questions.
3232N/A */
299N/A
299N/A/*
299N/A * Solaris/Linux dependent type definitions includes intptr_t, etc
299N/A */
299N/A
299N/A#include <stddef.h>
299N/A#include <stdint.h> /* For uintptr_t */
299N/A#include <stdlib.h>
299N/A
299N/A#include <sys/types.h>
299N/A
299N/A