1312303Sngie/*-
2312303Sngie * Copyright (c) 2017 Dell, Inc.
3312303Sngie * All rights reserved.
4312303Sngie *
5312303Sngie * Redistribution and use in source and binary forms, with or without
6312303Sngie * modification, are permitted provided that the following conditions are met:
7312303Sngie *
8312303Sngie * 1. Redistributions of source code must retain the above copyright notice,
9312303Sngie * this list of conditions and the following disclaimer.
10312303Sngie *
11312303Sngie * 2. Redistributions in binary form must reproduce the above copyright notice,
12312303Sngie * this list of conditions and the following disclaimer in the documentation
13312303Sngie * and/or other materials provided with the distribution.
14312303Sngie *
15312303Sngie * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16312303Sngie * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17312303Sngie * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18312303Sngie * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19312303Sngie * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20312303Sngie * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21312303Sngie * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22312303Sngie * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23312303Sngie * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24312303Sngie * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25312303Sngie * POSSIBILITY OF SUCH DAMAGE.
26312303Sngie *
27312303Sngie * $FreeBSD: stable/10/lib/libnetbsd/pthread.h 314366 2017-02-28 00:56:33Z ngie $
28312303Sngie */
29312303Sngie
30312303Sngie#ifndef _LIBNETBSD_PTHREAD_H_
31312303Sngie#define _LIBNETBSD_PTHREAD_H_
32312303Sngie
33312303Sngie#include_next <pthread.h>
34312303Sngie#include <pthread_np.h>
35312303Sngie
36313404Sngie#endif
37