(sigprocmask_set): New variable.

This commit is contained in:
Gerd Moellmann 2000-06-20 18:31:36 +00:00
parent 094d2b0ea8
commit 8972339502

View file

@ -261,6 +261,10 @@ void hft_init ();
void hft_reset ();
#endif
/* Temporary used by `sigblock' when defined in terms of signprocmask. */
SIGMASKTYPE sigprocmask_set;
/* Specify a different file descriptor for further input operations. */