summaryrefslogtreecommitdiff
path: root/pfinet/linux/errno.h
blob: 19f5bd782bac2d0c461de7674eee555bf9a4d00d (plain)
1
2
3
4
5
6
7
8
#ifndef _HACK_ERRNO_H
#define _HACK_ERRNO_H

#include <errno.h>

#define ERESTARTSYS -1		/* let's hope this is not used */

#endif