diff options
Diffstat (limited to 'gcc/ada/g-socket.ads')
-rw-r--r-- | gcc/ada/g-socket.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/g-socket.ads b/gcc/ada/g-socket.ads index c543707..06add2c 100644 --- a/gcc/ada/g-socket.ads +++ b/gcc/ada/g-socket.ads @@ -816,7 +816,8 @@ package GNAT.Sockets is -- connections, creates a new connected socket with mostly the same -- properties as Server, and allocates a new socket. The returned Address -- is filled in with the address of the connection. Raises Socket_Error on - -- error. + -- error. Note: if Server is a non-blocking socket, whether or not this + -- aspect is inherited by Socket is platform-dependent. procedure Accept_Socket (Server : Socket_Type; |