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

#include <errno.h>

#define ERESTARTSYS EINTR

#endif