summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 4e32271..10fa638 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.1 1996/03/02 19:04:15 peter Exp
+ * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp
*/
#include <sys/types.h>
@@ -93,7 +93,7 @@ struct sysent linux_sysent[] = {
{ 1, (sy_call_t *)linux_sigsetmask }, /* 69 = linux_sigsetmask */
{ 2, (sy_call_t *)setreuid }, /* 70 = setreuid */
{ 2, (sy_call_t *)setregid }, /* 71 = setregid */
- { 1, (sy_call_t *)linux_sigsuspend }, /* 72 = linux_sigsuspend */
+ { 3, (sy_call_t *)linux_sigsuspend }, /* 72 = linux_sigsuspend */
{ 1, (sy_call_t *)linux_sigpending }, /* 73 = linux_sigpending */
{ 2, (sy_call_t *)osethostname }, /* 74 = osethostname */
{ 2, (sy_call_t *)osetrlimit }, /* 75 = osetrlimit */
OpenPOWER on IntegriCloud