Signals: Fix the macro that maps segset() to signal(). Parameters were not correct.
This commit is contained in:
parent
3de87c8693
commit
947aa792db
@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
/* System V name compatibility */
|
/* System V name compatibility */
|
||||||
|
|
||||||
#define sigset(s) signal(s)
|
#define sigset(s,f) signal(s,f)
|
||||||
|
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Public Type Definitions
|
* Public Type Definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user