Correct the visibility macro surrounding SIGSYS.
Submitted by: Andriy Gapon <avg@icyb.net.ua>
This commit is contained in:
parent
684217d889
commit
2d6d5e1604
@ -72,7 +72,7 @@
|
||||
#define SIGBUS 10 /* bus error */
|
||||
#endif
|
||||
#define SIGSEGV 11 /* segmentation violation */
|
||||
#if __BSD_VISIBLE
|
||||
#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
|
||||
#define SIGSYS 12 /* non-existent system call invoked */
|
||||
#endif
|
||||
#if __POSIX_VISIBLE || __XSI_VISIBLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user