This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: snapshot 2004-Oct-10: pthread_cancel() for write() to full pipe


Sorry for the repost of this message, but last time it didn't connect to
my previous message as a follow-up.  I'll get it right eventually....


I somehow corrupted my code after pasting it into my message yesterday.

This may be very obvious, but line 34:

  pipe( aFd ) ) {

should be:

  pipe( aFd );

Sorry.

Joel Denny


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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