summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-05-13 10:16:20 +0000
committerderaadt <deraadt@openbsd.org>1998-05-13 10:16:20 +0000
commit7050f1e90258d42985bbee4be484a90a85aad070 (patch)
treedc2065e0a91a8e234bc77db46a906ac7af3542cd /lib/libc/sys
parentput the SA_RESTART into the list of flags (diff)
downloadwireguard-openbsd-7050f1e90258d42985bbee4be484a90a85aad070.tar.xz
wireguard-openbsd-7050f1e90258d42985bbee4be484a90a85aad070.zip
connect() can get EINTR too
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/connect.23
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index 6ccfee3e52c..8f192397142 100644
--- a/lib/libc/sys/connect.2
+++ b/lib/libc/sys/connect.2
@@ -99,6 +99,9 @@ A TCP connection with a local broadcast or the all-ones address as
the peer was attempted.
.It Bq Er ECONNREFUSED
The attempt to connect was forcefully rejected.
+.It Bq Er EINTR
+A connect was interrupted before it succeeded
+by the delivery of a signal.
.It Bq Er ENETUNREACH
The network isn't reachable from this host.
.It Bq Er EADDRINUSE