summaryrefslogtreecommitdiffstats
path: root/sys/sys/_sigset.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
committermpp <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
commitd1e27e627b3b84f128ccf0fab9d9c024491e4571 (patch)
tree1ccc40cdc3563fe5b73454bb46c255408d880096 /sys/sys/_sigset.h
parent04018df5e30aebd9bb1092be2441d0d10b54b56a (diff)
downloadFreeBSD-src-d1e27e627b3b84f128ccf0fab9d9c024491e4571.zip
FreeBSD-src-d1e27e627b3b84f128ccf0fab9d9c024491e4571.tar.gz
Changed the description of SIGSYS to better reflect what
it means when that signal is received. Closes PR# 686.
Diffstat (limited to 'sys/sys/_sigset.h')
-rw-r--r--sys/sys/_sigset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h
index 1c8f781..f718a37 100644
--- a/sys/sys/_sigset.h
+++ b/sys/sys/_sigset.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)signal.h 8.2 (Berkeley) 1/21/94
- * $Id: signal.h,v 1.4 1995/06/28 02:14:04 bde Exp $
+ * $Id: signal.h,v 1.5 1995/10/19 19:16:00 swallace Exp $
*/
#ifndef _SYS_SIGNAL_H_
@@ -68,7 +68,7 @@
#endif
#define SIGSEGV 11 /* segmentation violation */
#ifndef _POSIX_SOURCE
-#define SIGSYS 12 /* bad argument to system call */
+#define SIGSYS 12 /* non-existent system call invoked */
#endif
#define SIGPIPE 13 /* write on a pipe with no one to read it */
#define SIGALRM 14 /* alarm clock */
OpenPOWER on IntegriCloud