summaryrefslogtreecommitdiff
path: root/src/errno/EPROTO.h
blob: 7c38682cbf16cba60f377160403d680299f9ee29 (plain)
1
2
3
4
5
6
7
8
#include <errno.h>
#define EPROTO                                                              (76)
/** Protocol error **/

/*
XOPEN(400)
POSIX(200112)
*/