diff options
Diffstat (limited to 'gcc/ada/g-socthi-mingw.ads')
| -rw-r--r-- | gcc/ada/g-socthi-mingw.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/g-socthi-mingw.ads b/gcc/ada/g-socthi-mingw.ads index 5ee990e..f13b907 100644 --- a/gcc/ada/g-socthi-mingw.ads +++ b/gcc/ada/g-socthi-mingw.ads @@ -364,8 +364,9 @@ package GNAT.Sockets.Thin is function Is_Socket_In_Set (Set : Fd_Set_Access; - Socket : C.int) return Boolean; - -- Check whether Socket is in the socket set + Socket : C.int) return C.int; + -- Check whether Socket is in the socket set, return a non-zero + -- value if it is, zero if it is not. procedure Last_Socket_In_Set (Set : Fd_Set_Access; |
