gno/include/errno.h

15 lines
206 B
C

/*
* Too bad we don't have symlinks for GNO ...
*
* $Id: errno.h,v 1.1 1997/02/28 04:42:01 gdr Exp $
*/
#ifndef _ERRNO_H_
#define _ERRNO_H_
#ifndef _SYS_ERRNO_H_
#include <sys/errno.h>
#endif
#endif