]> git.cworth.org Git - gzip/blob - primos/include/errno.h
Imported Upstream version 1.3.2
[gzip] / primos / include / errno.h
1 /*
2 ** errno.h
3 **
4 ** Emulation of the Unix errno.h header file for PRIMOS
5 **
6 ** Author: Peter Eriksson <pen@lysator.liu.se>
7 */
8
9 #ifndef __ERRNO_H__
10 #define __ERRNO_H__
11
12 #include <errd.h>
13
14 #define ENOENT e$fntf
15
16 #endif
17