source: branches/libc-0.6/src/emx/include/InnoTekLIBC/errno.h

Last change on this file was 1454, checked in by bird, 21 years ago

Joined with the fork() tree from netlabs.cvs.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 998 bytes
Line 
1/* $Id: errno.h 1454 2004-09-04 06:22:38Z bird $ */
2/** @file
3 *
4 * Errno helpers.
5 *
6 * Copyright (c) 2004 knut st. osmundsen <bird@innotek.de>
7 *
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with This program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 */
24#ifndef __InnoTekLIBC_errno_h__
25#define __InnoTekLIBC_errno_h__
26
27
28#include <sys/cdefs.h>
29
30__BEGIN_DECLS
31int __libc_native2errno(unsigned long rc);
32__END_DECLS
33
34
35#endif
Note: See TracBrowser for help on using the repository browser.