This patch adds signal support on Linux. The current implementation gets the SIG* macros and types like sigset_t from <linux/signals.h>
This patch also adds raise(3), and internal routines block_all_signals and restore_signals
 Differential  D74528  
[libc] Add Initial Support for Signals Authored by abrachet on Feb 13 2020, 12:18 AM. 
Details This patch adds signal support on Linux. The current implementation gets the SIG* macros and types like sigset_t from <linux/signals.h> This patch also adds raise(3), and internal routines block_all_signals and restore_signals 
Diff Detail Event Timeline
 
 
 
 Comment Actions 
 
 Comment Actions Remove unnecessary DefineIfNot<"SIG_BLOCK", "0"> and friends from config/linux/api.td 
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
What is it 64?