This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Fix PR ada/6717


Hi Arnaud, I noticed some some problems with the comments:

(A)

+   --  immediately. Also 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 will be lost.

Shouldn't this be:

+   --  same set of Sockets), or some events may be lost.


(B)

Repeated "send data to":

+      --  We open two signalling sockets. One of them is used to send data to
+      --  send data to the other, which is included in a C_Select socket set.


Ciao,

Duncan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]