This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: Select.cc patch


Giovanni Maruzzelli wrote:
> 
> this will solve also the problem of the behavior of a select after a fork?
> 

No, this bug is solved in current winsup sourses with the following lines in fork.cc:

+       /* Ensure winsock is enabled for the child. */
+       socket_checkinit();
  #if 0
        print_checksum (4,   s->base[0][0], s->base[0][1]);
        print_checksum (5,   s->base[1][0], s->base[1][1]);

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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