CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/17 08:25:06
Modified files:
usr.bin/patch : util.c util.h
Log message:
signal handlers should not call exit() due to possibility of reentering
libc (stdio etc), instead do the unlink tasks then call _exit() instead
ok millert
