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

#define ESPIPE                                                              (42)

/** Invalid seek **/
/*
POSIX(1)
*/