xref: /freebsd/lib/libnetbsd/pthread.h (revision 800a0e267276d0a59f1de2ba9bc3e3ec1bfb0d7a)
1*800a0e26SEnji Cooper /*-
2*800a0e26SEnji Cooper  * Copyright (c) 2017 Dell, Inc.
3*800a0e26SEnji Cooper  * All rights reserved.
4*800a0e26SEnji Cooper  *
5*800a0e26SEnji Cooper  * Redistribution and use in source and binary forms, with or without
6*800a0e26SEnji Cooper  * modification, are permitted provided that the following conditions are met:
7*800a0e26SEnji Cooper  *
8*800a0e26SEnji Cooper  * 1. Redistributions of source code must retain the above copyright notice,
9*800a0e26SEnji Cooper  * this list of conditions and the following disclaimer.
10*800a0e26SEnji Cooper  *
11*800a0e26SEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright notice,
12*800a0e26SEnji Cooper  * this list of conditions and the following disclaimer in the documentation
13*800a0e26SEnji Cooper  * and/or other materials provided with the distribution.
14*800a0e26SEnji Cooper  *
15*800a0e26SEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16*800a0e26SEnji Cooper  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*800a0e26SEnji Cooper  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*800a0e26SEnji Cooper  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19*800a0e26SEnji Cooper  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20*800a0e26SEnji Cooper  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21*800a0e26SEnji Cooper  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22*800a0e26SEnji Cooper  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23*800a0e26SEnji Cooper  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24*800a0e26SEnji Cooper  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25*800a0e26SEnji Cooper  * POSSIBILITY OF SUCH DAMAGE.
26*800a0e26SEnji Cooper  *
27*800a0e26SEnji Cooper  * $FreeBSD$
28*800a0e26SEnji Cooper  */
29*800a0e26SEnji Cooper 
30*800a0e26SEnji Cooper #ifndef _LIBNETBSD_PTHREAD_H_
31*800a0e26SEnji Cooper #define _LIBNETBSD_PTHREAD_H_
32*800a0e26SEnji Cooper 
33*800a0e26SEnji Cooper #include_next <pthread.h>
34*800a0e26SEnji Cooper #include <pthread_np.h>
35*800a0e26SEnji Cooper 
36*800a0e26SEnji Cooper #endif /* _SHA1_H_ */
37