in reply to Re: Detecting the close() of named pipes
in thread Detecting the close() of named pipes

the writer to a pipe gets a SIGPIPE
Or, if SIGPIPE is ignored, the writer gets an EPIPE error.
  • Comment on Re^2: Detecting the close() of named pipes