mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
15 lines
206 B
C
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
|