(sigprocmask_set): New variable.
This commit is contained in:
parent
094d2b0ea8
commit
8972339502
1 changed files with 4 additions and 0 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue