Return set of currently pending signals.
Source position: bunxh.inc line 25
| function FpSigPending( | 
| var nset: tsigset | 
| ):cint; | 
fpSigpending allows the examination of pending signals (which have been raised while blocked.) The signal mask of pending signals is returned.
None
| 
 | Install signal handler. | |
| 
 | Set list of blocked signals. | |
| 
 | Set signal mask and suspend process till signal is received. | |
| 
 | Install signal handler (deprecated). | |
| 
 | Send a signal to a process. |