1
0
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:
David Schultz 2008-01-19 21:41:31 +00:00
parent 684217d889
commit 2d6d5e1604
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175502

View File

@ -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