summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/ProcessUNIX.c')
-rw-r--r--Source/kwsys/ProcessUNIX.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index 9c66a44..1992211 100644
--- a/Source/kwsys/ProcessUNIX.c
+++ b/Source/kwsys/ProcessUNIX.c
@@ -2732,6 +2732,7 @@ static void kwsysProcessesSignalHandler(int signum
kwsysProcess* cp = kwsysProcesses.Processes[i];
kwsysProcess_ssize_t status=
read(cp->PipeReadEnds[KWSYSPE_PIPE_SIGNAL], &buf, 1);
+ (void)status;
status=write(cp->SignalPipe, &buf, 1);
(void)status;
}
arify target_link_libraries docsBrad King2009-02-021-5/+7 * ENH: Allow a custom list of debug configurationsBrad King2008-09-041-4/+8 * ENH: Make link interface mode more distinctBrad King2008-08-181-2/+4 * ENH: Simple specification of link interfacesBrad King2008-08-111-8/+38 * ENH: Tolerate repeated link library typesBrad King2008-08-071-0/+2 * STYLE: Improve documentation of target_link_libraries command to make target-...Brad King2008-02-061-1/+4 * ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2 * ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2 * ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-2/+3 * STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+0 * BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-6/+0 * ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.Brad King2004-03-251-1/+1 * removed redundent includesKen Martin2003-08-101-1/+0 * ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr...Andy Cedilnik2003-08-071-0/+8 * ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-14