xref: /freebsd/contrib/netbsd-tests/kernel/arch/i386/t_ptrace_wait4.c (revision 1a36faad54665288ed4eb839d2a4699ae2ead45e)
1*63d1fd59SEnji Cooper /*	$NetBSD: t_ptrace_wait4.c,v 1.1 2016/12/13 18:00:10 kamil Exp $	*/
2*63d1fd59SEnji Cooper 
3*63d1fd59SEnji Cooper /*-
4*63d1fd59SEnji Cooper  * Copyright (c) 2016 The NetBSD Foundation, Inc.
5*63d1fd59SEnji Cooper  * All rights reserved.
6*63d1fd59SEnji Cooper  *
7*63d1fd59SEnji Cooper  * Redistribution and use in source and binary forms, with or without
8*63d1fd59SEnji Cooper  * modification, are permitted provided that the following conditions
9*63d1fd59SEnji Cooper  * are met:
10*63d1fd59SEnji Cooper  * 1. Redistributions of source code must retain the above copyright
11*63d1fd59SEnji Cooper  *    notice, this list of conditions and the following disclaimer.
12*63d1fd59SEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright
13*63d1fd59SEnji Cooper  *    notice, this list of conditions and the following disclaimer in the
14*63d1fd59SEnji Cooper  *    documentation and/or other materials provided with the distribution.
15*63d1fd59SEnji Cooper  *
16*63d1fd59SEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
17*63d1fd59SEnji Cooper  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
18*63d1fd59SEnji Cooper  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19*63d1fd59SEnji Cooper  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
20*63d1fd59SEnji Cooper  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21*63d1fd59SEnji Cooper  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22*63d1fd59SEnji Cooper  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23*63d1fd59SEnji Cooper  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24*63d1fd59SEnji Cooper  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25*63d1fd59SEnji Cooper  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26*63d1fd59SEnji Cooper  * POSSIBILITY OF SUCH DAMAGE.
27*63d1fd59SEnji Cooper  */
28*63d1fd59SEnji Cooper 
29*63d1fd59SEnji Cooper #define TWAIT_WAIT4
30*63d1fd59SEnji Cooper #include "t_ptrace_wait.c"
31