summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
diff options
context:
space:
mode:
authorerh <erh@NetBSD.org>1998-10-07 23:47:44 +0000
committererh <erh@NetBSD.org>1998-10-07 23:47:44 +0000
commit00a3eb89be3f25ad1642aa34669b30d3498da395 (patch)
tree78d615a38920eefa149049d2c9f08182d7023ebd /sys/compat/linux/common
parent588ccb2d75fb2b246ad065339d1feedb42472daf (diff)
This is used on the alpha. It is called osf_sigaction under linux because of the format of the sigaction structure but it acts the same.
Diffstat (limited to 'sys/compat/linux/common')
-rw-r--r--sys/compat/linux/common/linux_sigaction.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_sigaction.c b/sys/compat/linux/common/linux_sigaction.c
index 7c3e0a2c25c..9026f5f3e33 100644
--- a/sys/compat/linux/common/linux_sigaction.c
+++ b/sys/compat/linux/common/linux_sigaction.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigaction.c,v 1.16 1998/10/04 00:02:42 fvdl Exp $ */
+/* $NetBSD: linux_sigaction.c,v 1.17 1998/10/07 23:47:44 erh Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -57,8 +57,8 @@
#include <compat/linux/linux_syscallargs.h>
-/* Used on: arm, i386, m68k, mips, ppc */
-/* Not used on: alpha, sparc, sparc64 */
+/* Used on: alpha (aka osf_sigaction), arm, i386, m68k, mips, ppc */
+/* Not used on: sparc, sparc64 */
/*
* The Linux sigaction() system call. Do the usual conversions,