errno.h revision 102782
175584Sru// -*- C++ -*- compatibility header.
275584Sru
375584Sru// Copyright (C) 2002 Free Software Foundation, Inc.
4104862Sru//
575584Sru// This file is part of the GNU ISO C++ Library.  This library is free
675584Sru// software; you can redistribute it and/or modify it under the
775584Sru// terms of the GNU General Public License as published by the
875584Sru// Free Software Foundation; either version 2, or (at your option)
975584Sru// any later version.
1075584Sru
1175584Sru// This library is distributed in the hope that it will be useful,
1275584Sru// but WITHOUT ANY WARRANTY; without even the implied warranty of
1375584Sru// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1475584Sru// GNU General Public License for more details.
15104862Sru
1675584Sru// You should have received a copy of the GNU General Public License along
1775584Sru// with this library; see the file COPYING.  If not, write to the Free
1875584Sru// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
1975584Sru// USA.
2075584Sru
2175584Sru// As a special exception, you may use this file as part of a free software
22104862Sru// library without restriction.  Specifically, if other files instantiate
2375584Sru// templates or use macros or inline functions from this file, or you compile
2475584Sru// this file and link it with other files to produce an executable, this
2575584Sru// file does not by itself cause the resulting executable to be covered by
2675584Sru// the GNU General Public License.  This exception does not however
2775584Sru// invalidate any other reasons why the executable file might be covered by
2875584Sru// the GNU General Public License.
2975584Sru
3075584Sru#ifndef _CPP_ERRNO_H_
3175584Sru#define _CPP_ERRNO_H_ 1
3275584Sru
3375584Sru#include <cerrno>
3475584Sru
3575584Sru#endif
3675584Sru