os_defines.h revision 259065
175115Sfenner// Specific definitions for NetBSD  -*- C++ -*-
256893Sfenner
356893Sfenner// Copyright (C) 2000 Free Software Foundation, Inc.
456893Sfenner//
556893Sfenner// This file is part of the GNU ISO C++ Library.  This library is free
656893Sfenner// software; you can redistribute it and/or modify it under the
756893Sfenner// terms of the GNU General Public License as published by the
856893Sfenner// Free Software Foundation; either version 2, or (at your option)
956893Sfenner// any later version.
1056893Sfenner
1156893Sfenner// This library is distributed in the hope that it will be useful,
1256893Sfenner// but WITHOUT ANY WARRANTY; without even the implied warranty of
1356893Sfenner// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1456893Sfenner// GNU General Public License for more details.
1556893Sfenner
1656893Sfenner// You should have received a copy of the GNU General Public License along
1756893Sfenner// with this library; see the file COPYING.  If not, write to the Free
1856893Sfenner// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
1956893Sfenner// USA.
2056893Sfenner
2156893Sfenner// As a special exception, you may use this file as part of a free software
2275115Sfenner// library without restriction.  Specifically, if other files instantiate
2356893Sfenner// templates or use macros or inline functions from this file, or you compile
2456893Sfenner// this file and link it with other files to produce an executable, this
2556893Sfenner// file does not by itself cause the resulting executable to be covered by
2656893Sfenner// the GNU General Public License.  This exception does not however
2756893Sfenner// invalidate any other reasons why the executable file might be covered by
2856893Sfenner// the GNU General Public License.
2956893Sfenner
3056893Sfenner#ifndef _GLIBCXX_OS_DEFINES
3156893Sfenner#define _GLIBCXX_OS_DEFINES 1
3256893Sfenner
3356893Sfenner// System-specific #define, typedefs, corrections, etc, go here.  This
3456893Sfenner// file will come before all others.
3556893Sfenner
3656893Sfenner#define __ssize_t ssize_t
3756893Sfenner
3856893Sfenner#endif
3956893Sfenner