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.

This commit is contained in:
erh 1998-10-07 23:47:44 +00:00
parent 588ccb2d75
commit 00a3eb89be
1 changed files with 3 additions and 3 deletions

View File

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