summaryrefslogtreecommitdiff
path: root/src/headers/error-addrinuse
blob: 6f1e4fed84c3f635e119dc64917edcc5ea860897 (plain)
1
2
3
/* BSD sucks */
#define error_isalready(e) (((e) == EALREADY) || ((e) == EINPROGRESS) || ((e) == EADDRINUSE))