This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: snapshot 2004-Oct-10: pthread_cancel() for write() to full pipe
- From: Joel Denny <jdenny at hubcap dot clemson dot edu>
- To: cygwin at cygwin dot com
- Date: Wed, 20 Oct 2004 12:15:40 -0400 (EDT)
- Subject: Re: snapshot 2004-Oct-10: pthread_cancel() for write() to full pipe
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/