Search Results

Search: Posts Made By: Omar_Mokhtar
Forum: Programming 07-14-2011
26,318
Posted By Corona688
If you don't want your program to be killed by...
If you don't want your program to be killed by SIGPIPE, just ignore it.#include <signal.h>

...

signal(SIGPIPE, SIG_IGN); Then you'll start getting write() errors instead of being killed.
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy