xref: /freebsd/lib/libnetbsd/sys/wait.h (revision 42b38843)
16b9e8e4eSEnji Cooper /*-
26b9e8e4eSEnji Cooper  * Copyright (c) 2017 Dell, Inc.
36b9e8e4eSEnji Cooper  * All rights reserved.
46b9e8e4eSEnji Cooper  *
56b9e8e4eSEnji Cooper  * Redistribution and use in source and binary forms, with or without
66b9e8e4eSEnji Cooper  * modification, are permitted provided that the following conditions are met:
76b9e8e4eSEnji Cooper  *
86b9e8e4eSEnji Cooper  * 1. Redistributions of source code must retain the above copyright notice,
96b9e8e4eSEnji Cooper  * this list of conditions and the following disclaimer.
106b9e8e4eSEnji Cooper  *
116b9e8e4eSEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright notice,
126b9e8e4eSEnji Cooper  * this list of conditions and the following disclaimer in the documentation
136b9e8e4eSEnji Cooper  * and/or other materials provided with the distribution.
146b9e8e4eSEnji Cooper  *
156b9e8e4eSEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
166b9e8e4eSEnji Cooper  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
176b9e8e4eSEnji Cooper  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
186b9e8e4eSEnji Cooper  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
196b9e8e4eSEnji Cooper  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
206b9e8e4eSEnji Cooper  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
216b9e8e4eSEnji Cooper  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
226b9e8e4eSEnji Cooper  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
236b9e8e4eSEnji Cooper  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
246b9e8e4eSEnji Cooper  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
256b9e8e4eSEnji Cooper  * SUCH DAMAGE.
266b9e8e4eSEnji Cooper  *
276b9e8e4eSEnji Cooper  */
286b9e8e4eSEnji Cooper 
296b9e8e4eSEnji Cooper #ifndef _LIBNETBSD_SYS_WAIT_H_
306b9e8e4eSEnji Cooper #define	_LIBNETBSD_SYS_WAIT_H_
316b9e8e4eSEnji Cooper 
326b9e8e4eSEnji Cooper #include_next <sys/wait.h>
336b9e8e4eSEnji Cooper 
346b9e8e4eSEnji Cooper #define	wrusage	__wrusage
356b9e8e4eSEnji Cooper 
366b9e8e4eSEnji Cooper #endif
37