summaryrefslogtreecommitdiff
path: root/Build/source/utils/gzip/primos/include/errno.h
blob: ee891468b98e3beb6c99bbf8cd2193fa588108ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
** errno.h
**
** Emulation of the Unix errno.h header file for PRIMOS
**
** Author: Peter Eriksson <pen@lysator.liu.se>
*/

#ifndef __ERRNO_H__
#define __ERRNO_H__

#include <errd.h>

#define ENOENT e$fntf

#endif