xref: /freebsd/lib/libnetbsd/pthread.h (revision b3e76948)
1800a0e26SEnji Cooper /*-
2800a0e26SEnji Cooper  * Copyright (c) 2017 Dell, Inc.
3800a0e26SEnji Cooper  * All rights reserved.
4800a0e26SEnji Cooper  *
5800a0e26SEnji Cooper  * Redistribution and use in source and binary forms, with or without
6800a0e26SEnji Cooper  * modification, are permitted provided that the following conditions are met:
7800a0e26SEnji Cooper  *
8800a0e26SEnji Cooper  * 1. Redistributions of source code must retain the above copyright notice,
9800a0e26SEnji Cooper  * this list of conditions and the following disclaimer.
10800a0e26SEnji Cooper  *
11800a0e26SEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright notice,
12800a0e26SEnji Cooper  * this list of conditions and the following disclaimer in the documentation
13800a0e26SEnji Cooper  * and/or other materials provided with the distribution.
14800a0e26SEnji Cooper  *
15800a0e26SEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16800a0e26SEnji Cooper  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17800a0e26SEnji Cooper  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18800a0e26SEnji Cooper  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19800a0e26SEnji Cooper  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20800a0e26SEnji Cooper  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21800a0e26SEnji Cooper  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22800a0e26SEnji Cooper  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23800a0e26SEnji Cooper  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24800a0e26SEnji Cooper  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25800a0e26SEnji Cooper  * POSSIBILITY OF SUCH DAMAGE.
26800a0e26SEnji Cooper  */
27800a0e26SEnji Cooper 
28800a0e26SEnji Cooper #ifndef _LIBNETBSD_PTHREAD_H_
29800a0e26SEnji Cooper #define _LIBNETBSD_PTHREAD_H_
30800a0e26SEnji Cooper 
31800a0e26SEnji Cooper #include_next <pthread.h>
32800a0e26SEnji Cooper #include <pthread_np.h>
33800a0e26SEnji Cooper 
34e0f389edSEnji Cooper #endif
35