errno.h revision 169691
10Sstevel@tonic-gate// -*- C++ -*- compatibility header.
20Sstevel@tonic-gate
30Sstevel@tonic-gate// Copyright (C) 2002 Free Software Foundation, Inc.
40Sstevel@tonic-gate//
50Sstevel@tonic-gate// This file is part of the GNU ISO C++ Library.  This library is free
60Sstevel@tonic-gate// software; you can redistribute it and/or modify it under the
70Sstevel@tonic-gate// terms of the GNU General Public License as published by the
80Sstevel@tonic-gate// Free Software Foundation; either version 2, or (at your option)
90Sstevel@tonic-gate// any later version.
100Sstevel@tonic-gate
110Sstevel@tonic-gate// This library is distributed in the hope that it will be useful,
120Sstevel@tonic-gate// but WITHOUT ANY WARRANTY; without even the implied warranty of
130Sstevel@tonic-gate// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
140Sstevel@tonic-gate// GNU General Public License for more details.
150Sstevel@tonic-gate
160Sstevel@tonic-gate// You should have received a copy of the GNU General Public License along
170Sstevel@tonic-gate// with this library; see the file COPYING.  If not, write to the Free
180Sstevel@tonic-gate// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
190Sstevel@tonic-gate// USA.
200Sstevel@tonic-gate
210Sstevel@tonic-gate// As a special exception, you may use this file as part of a free software
220Sstevel@tonic-gate// library without restriction.  Specifically, if other files instantiate
230Sstevel@tonic-gate// templates or use macros or inline functions from this file, or you compile
240Sstevel@tonic-gate// this file and link it with other files to produce an executable, this
250Sstevel@tonic-gate// file does not by itself cause the resulting executable to be covered by
260Sstevel@tonic-gate// the GNU General Public License.  This exception does not however
270Sstevel@tonic-gate// invalidate any other reasons why the executable file might be covered by
280Sstevel@tonic-gate// the GNU General Public License.
290Sstevel@tonic-gate
300Sstevel@tonic-gate#ifndef _GLIBCXX_ERRNO_H
310Sstevel@tonic-gate#define _GLIBCXX_ERRNO_H 1
320Sstevel@tonic-gate
330Sstevel@tonic-gate#include <cerrno>
340Sstevel@tonic-gate
350Sstevel@tonic-gate#endif
360Sstevel@tonic-gate