xref: /netbsd-src/lib/libc/compat/arch/vax/sys/compat_sigaction13.S (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin/*	$NetBSD: compat_sigaction13.S,v 1.2 2008/04/28 20:22:59 martin Exp $	*/
28b121c70Smatt
38b121c70Smatt/*-
48b121c70Smatt * Copyright (c) 1998 The NetBSD Foundation, Inc.
58b121c70Smatt * All rights reserved.
68b121c70Smatt *
78b121c70Smatt * This code is derived from software contributed to The NetBSD Foundation
88b121c70Smatt * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
98b121c70Smatt * NASA Ames Research Center.
108b121c70Smatt *
118b121c70Smatt * Redistribution and use in source and binary forms, with or without
128b121c70Smatt * modification, are permitted provided that the following conditions
138b121c70Smatt * are met:
148b121c70Smatt * 1. Redistributions of source code must retain the above copyright
158b121c70Smatt *    notice, this list of conditions and the following disclaimer.
168b121c70Smatt * 2. Redistributions in binary form must reproduce the above copyright
178b121c70Smatt *    notice, this list of conditions and the following disclaimer in the
188b121c70Smatt *    documentation and/or other materials provided with the distribution.
198b121c70Smatt *
208b121c70Smatt * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
218b121c70Smatt * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
228b121c70Smatt * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
238b121c70Smatt * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
248b121c70Smatt * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
258b121c70Smatt * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
268b121c70Smatt * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
278b121c70Smatt * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
288b121c70Smatt * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
298b121c70Smatt * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
308b121c70Smatt * POSSIBILITY OF SUCH DAMAGE.
318b121c70Smatt */
328b121c70Smatt
338b121c70Smatt#include "SYS.h"
348b121c70Smatt
358b121c70SmattWARN_REFERENCES(sigaction, \
368b121c70Smatt    "warning: reference to compatibility sigaction(); include <signal.h> for correct reference")
378b121c70Smatt
388b121c70SmattPSEUDO(sigaction,compat_13_sigaction13)
39