mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Correct the visibility macro surrounding SIGSYS.
Submitted by: Andriy Gapon <avg@icyb.net.ua>
This commit is contained in:
parent
684217d889
commit
2d6d5e1604
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175502
@ -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…
Reference in New Issue
Block a user