g/c amd64 ifndef/endif.

This commit is contained in:
njoly 2008-10-17 20:21:34 +00:00
parent b6db318373
commit ea7b260958
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sigaction.c,v 1.33 2008/04/28 20:23:44 martin Exp $ */
/* $NetBSD: linux_sigaction.c,v 1.34 2008/10/17 20:21:34 njoly Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sigaction.c,v 1.33 2008/04/28 20:23:44 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sigaction.c,v 1.34 2008/10/17 20:21:34 njoly Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -58,7 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sigaction.c,v 1.33 2008/04/28 20:23:44 martin
/* Used on: alpha (aka osf_sigaction), arm, i386, m68k, mips, ppc */
/* Not used on: sparc, sparc64, amd64 */
#ifndef __amd64__
/*
* The Linux sigaction() system call. Do the usual conversions,
* and just call sigaction().
@ -107,4 +106,3 @@ linux_sys_sigaction(struct lwp *l, const struct linux_sys_sigaction_args *uap, r
}
return (0);
}
#endif /* !amd64 */