diff options
author | 1998-05-13 10:16:20 +0000 | |
---|---|---|
committer | 1998-05-13 10:16:20 +0000 | |
commit | 7050f1e90258d42985bbee4be484a90a85aad070 (patch) | |
tree | dc2065e0a91a8e234bc77db46a906ac7af3542cd /lib/libc/sys/connect.2 | |
parent | put the SA_RESTART into the list of flags (diff) | |
download | wireguard-openbsd-7050f1e90258d42985bbee4be484a90a85aad070.tar.xz wireguard-openbsd-7050f1e90258d42985bbee4be484a90a85aad070.zip |
connect() can get EINTR too
Diffstat (limited to 'lib/libc/sys/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 3 |
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 |