Module Name: src Committed By: kre Date: Sun Mar 19 17:47:48 UTC 2023
Modified Files:
src/bin/sh: error.h
Log Message:
Switch from using _setjmp()/_longjmp() (on BSD systems which aren't SVR4)
(and setjmp()/longjmp() elsewhere) to using sigsetjmp()/siglongjmp()
everywhere.
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/sh/error.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
