mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Signals: Fix the macro that maps segset() to signal(). Parameters were not correct.
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@
|
||||
|
||||
/* System V name compatibility */
|
||||
|
||||
#define sigset(s) signal(s)
|
||||
#define sigset(s,f) signal(s,f)
|
||||
|
||||
/********************************************************************************
|
||||
* Public Type Definitions
|
||||
|
||||
Reference in New Issue
Block a user