| 
            Last change
 on this file was             3897, checked in by bird, 11 years ago           | 
        
        
          | 
             
svn properties. 
 
           | 
        
        
          
            
              - 
Property                 cvs2svn:cvs-rev
 set to                 
1.1
               
              - 
Property                 svn:eol-style
 set to                 
native
               
              - 
Property                 svn:keywords
 set to                 
Id
               
             
           | 
        
        
          | 
            File size:
            998 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | /* $Id: errno.h 3897 2014-06-29 19:36:55Z 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
 | 
|---|
| 31 | int __libc_native2errno(unsigned long rc);
 | 
|---|
| 32 | __END_DECLS
 | 
|---|
| 33 | 
 | 
|---|
| 34 | 
 | 
|---|
| 35 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.