1*22882071Smatt/* $NetBSD: compat_sigaction.S,v 1.3 2009/12/14 01:07:42 matt Exp $ */ 2f80595caStsutsui 3f80595caStsutsui/*- 4f80595caStsutsui * Copyright (c) 1998 The NetBSD Foundation, Inc. 5f80595caStsutsui * All rights reserved. 6f80595caStsutsui * 7f80595caStsutsui * This code is derived from software contributed to The NetBSD Foundation 8f80595caStsutsui * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, 9f80595caStsutsui * NASA Ames Research Center. 10f80595caStsutsui * 11f80595caStsutsui * Redistribution and use in source and binary forms, with or without 12f80595caStsutsui * modification, are permitted provided that the following conditions 13f80595caStsutsui * are met: 14f80595caStsutsui * 1. Redistributions of source code must retain the above copyright 15f80595caStsutsui * notice, this list of conditions and the following disclaimer. 16f80595caStsutsui * 2. Redistributions in binary form must reproduce the above copyright 17f80595caStsutsui * notice, this list of conditions and the following disclaimer in the 18f80595caStsutsui * documentation and/or other materials provided with the distribution. 19f80595caStsutsui * 20f80595caStsutsui * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 21f80595caStsutsui * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22f80595caStsutsui * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23f80595caStsutsui * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 24f80595caStsutsui * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25f80595caStsutsui * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26f80595caStsutsui * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27f80595caStsutsui * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28f80595caStsutsui * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29f80595caStsutsui * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30f80595caStsutsui * POSSIBILITY OF SUCH DAMAGE. 31f80595caStsutsui */ 32f80595caStsutsui 33f80595caStsutsui#include "SYS.h" 34f80595caStsutsui 35*22882071Smatt#if defined(LIBC_SCCS) && !defined(lint) 36*22882071Smatt RCSID("$NetBSD: compat_sigaction.S,v 1.3 2009/12/14 01:07:42 matt Exp $") 37*22882071Smatt#endif /* LIBC_SCCS and not lint */ 38*22882071Smatt 39f80595caStsutsuiWARN_REFERENCES(sigaction, \ 40f80595caStsutsui "warning: reference to compatibility sigaction(); include <signal.h> for correct reference") 41f80595caStsutsui 42f80595caStsutsuiPSEUDO(sigaction,compat_13_sigaction13) 43