summaryrefslogtreecommitdiff
path: root/src/errno/ETIMEDOUT.h
blob: f4319736e495f958e31ab8e814212aa0e2916917 (plain)
1
2
3
4
5
6
7
8
#include <errno.h>
#define ETIMEDOUT                                                           (84)
/** Connection timed out **/

/*
XOPEN(400)
POSIX(199506)
*/