04-26-07 06:18 AM
In article <1177522892.256319.295780@r3g2000prh.googlegroups.com>,
David <Vishal.Patil29@gmail.com> wrote:
> Hi,
>
> How to write a program in C that generates a SIGPIPE signal in FIFO.
> Can someone please provide the solution.
If the reading process closes its end of the pipe, the writing process
will get a SIGPIPE signal when it next tries to write to it.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
[ Post a follow-up to this message ]
|