summaryrefslogtreecommitdiff
path: root/src/errno/EINTR.h
blob: bfd966e1f75563db3db569beba9332561f653d20 (plain)
1
2
3
4
5
6
7
8
#include <errno.h>

#define EINTR                                                               (20)

/** Interrupted function **/
/*
POSIX(1)
*/