home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !gcc / include / unixlib / sys / h / errno < prev    next >
Encoding:
Text File  |  2006-09-17  |  416 b   |  17 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/unixlib/source/clib/sys/h/errno,v $
  4.  * $Date: 1997/10/09 19:59:53 $
  5.  * $Revision: 1.4 $
  6.  * $State: Exp $
  7.  * $Author: unixlib $
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef __SYS_ERRNO_H
  12. #define __SYS_ERRNO_H
  13. #ifndef __ERRNO_H
  14. #include <errno.h>
  15. #endif
  16. #endif
  17.