xref: /openbsd-src/lib/librthread/pthread_np.h (revision 295117693e3a1d8af9cc3004578ce352f938d83a)
1*29511769Stedu /*	$OpenBSD: pthread_np.h,v 1.2 2019/02/04 17:18:08 tedu Exp $	*/
27567a0bfSguenther /*
37567a0bfSguenther  * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org>
47567a0bfSguenther  *
57567a0bfSguenther  * Permission to use, copy, modify, and distribute this software for any
67567a0bfSguenther  * purpose with or without fee is hereby granted, provided that the above
77567a0bfSguenther  * copyright notice and this permission notice appear in all copies.
87567a0bfSguenther  *
97567a0bfSguenther  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
107567a0bfSguenther  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
117567a0bfSguenther  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
127567a0bfSguenther  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
137567a0bfSguenther  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
147567a0bfSguenther  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
157567a0bfSguenther  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
167567a0bfSguenther  */
177567a0bfSguenther 
187567a0bfSguenther #ifndef _LIBPTHREAD_PTHREAD_NP_H_
197567a0bfSguenther #define	_LIBPTHREAD_PTHREAD_NP_H_
207567a0bfSguenther 
217567a0bfSguenther #include_next <pthread_np.h>
227567a0bfSguenther 
237567a0bfSguenther PROTO_DEPRECATED(pthread_main_np);
247567a0bfSguenther PROTO_DEPRECATED(pthread_mutexattr_getkind_np);
257567a0bfSguenther PROTO_DEPRECATED(pthread_mutexattr_setkind_np);
26*29511769Stedu PROTO_DEPRECATED(pthread_get_name_np);
277567a0bfSguenther PROTO_DEPRECATED(pthread_set_name_np);
287567a0bfSguenther PROTO_DEPRECATED(pthread_stackseg_np);
297567a0bfSguenther 
307567a0bfSguenther #endif /* !_LIBPTHREAD_PTHREAD_NP_H_ */
31