diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 10:16:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 10:16:21 +0000 |
commit | 00a1408bad542815e298d021bf2c2e5782e2210b (patch) | |
tree | e91ee697605dd843a7d67f41c27e9ecc9f631a20 /lib | |
parent | 60de89b6a4fa5e29c0f959d203e27d0050bcd1d5 (diff) |
connect() can get EINTR too
Diffstat (limited to 'lib')
-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 |