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