Signal handling within tcsh vfork code path will conflict with some system

libraries (such as libthr) which maintain their own signal state. This
change adds the tcsh SAVESIGVEC option to save and restore the sigvecs for
the signals the child modifies before it execs.

Reviewed by:	kib, rwatson
Reported by:	kib
This commit is contained in:
Mark Peek 2016-03-05 19:55:42 +00:00
parent f61ef7f679
commit 26526cb970
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296416

View File

@ -80,6 +80,7 @@
/****************** local defines *********************/
#if defined(__FreeBSD__)
#define SAVESIGVEC
#define NLS_BUGS
#define BSD_STYLE_COLORLS
/* Use LC_MESSAGES locale category to open the message catalog */