[Ups-cvs] ups/ups ao_target.c,1.12,1.13
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2005-08-03 23:12:31
|
Update of /cvsroot/ups/ups/ups In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16402 Modified Files: ao_target.c Log Message: Don't restart after signal marked to be continued if the signal is being caught as we want the higher level code to handle it and let the signal handler run before stopping. Index: ao_target.c =================================================================== RCS file: /cvsroot/ups/ups/ups/ao_target.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ao_target.c 18 Feb 2004 15:34:20 -0000 1.12 --- ao_target.c 3 Aug 2005 23:12:18 -0000 1.13 *************** *** 438,442 **** } while (ip->ip_stopres == SR_SIG && ! !sig_stops_target(last_sig)); #ifdef AO_ELF --- 438,443 ---- } while (ip->ip_stopres == SR_SIG && ! !sig_stops_target(last_sig) && ! xp_get_sigstate(xp, last_sig) != SGH_CAUGHT); #ifdef AO_ELF |