diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-18 11:05:37 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-18 11:05:37 +0200 |
commit | 22cb89b5d64658ab1f9835ff42981e895bbe2dab (patch) | |
tree | fdb6461959848edd0ac0162f136554c4a7f02f28 /gcc/ada/g-socket.ads | |
parent | e9672ebe5d3c2695c61ca92c29af4a1df222db13 (diff) | |
download | gcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.zip gcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.tar.gz gcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.tar.bz2 |
[multiple changes]
2010-06-18 Ed Schonberg <schonberg@adacore.com>
* exp_util.adb (Make_Subtype_From_Expr): If the unconstrained type is
the class-wide type for a private extension, and the completion is a
subtype, set the type of the class-wide type to the base type of the
full view.
2010-06-18 Robert Dewar <dewar@adacore.com>
* g-socket.ads, sem_aggr.adb, einfo.ads, sem_elim.adb,
sem_intr.adb, sem_eval.adb: Minor reformatting
2010-06-18 Ed Schonberg <schonberg@adacore.com>
* sem_type.adb (Is_Ancestor): If either type is private, examine full
view.
From-SVN: r160966
Diffstat (limited to 'gcc/ada/g-socket.ads')
-rw-r--r-- | gcc/ada/g-socket.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/g-socket.ads b/gcc/ada/g-socket.ads index 01f1fc7..cfb8da5 100644 --- a/gcc/ada/g-socket.ads +++ b/gcc/ada/g-socket.ads @@ -1088,9 +1088,11 @@ package GNAT.Sockets is -- R_Socket_Set or W_Socket_Set. Status is set to Expired if no socket was -- ready after a Timeout expiration. Status is set to Aborted if an abort -- signal has been received while checking socket status. + -- -- Note that two different Socket_Set_Type objects must be passed as -- R_Socket_Set and W_Socket_Set (even if they denote the same set of -- Sockets), or some event may be lost. + -- -- Socket_Error is raised when the select(2) system call returns an -- error condition, or when a read error occurs on the signalling socket -- used for the implementation of Abort_Selector. |