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

#define EPIPE                                                               (40)

/** Broken pipe **/
/*
POSIX(1)
*/