#if 0
#include <setjmp.h>
/** program environment with signal mask **/
typedef jmp_buf sigjmp_buf;
/***
is used to hold all the information needed to restore a a calling
environment, including the signal mask.
***/
/*
TYPEDEF(an array type)
POSIX(1)
*/
#endif