summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurt <kurt@openbsd.org>2012-03-22 17:21:36 +0000
committerkurt <kurt@openbsd.org>2012-03-22 17:21:36 +0000
commit7e50724ce16e7db78998c08176fee1e2bcebc5c9 (patch)
tree061abfa885e29dc2069428398466452a4203711f
parentclean the sigact in a portable way; ok matthew (diff)
downloadwireguard-openbsd-7e50724ce16e7db78998c08176fee1e2bcebc5c9.tar.xz
wireguard-openbsd-7e50724ce16e7db78998c08176fee1e2bcebc5c9.zip
Remove prototypes for unimplemented non-portable functions in rthreads.
okay deraadt@
-rw-r--r--lib/libpthread/include/pthread_np.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/include/pthread_np.h b/lib/libpthread/include/pthread_np.h
index 4b110ac7891..310fe85a053 100644
--- a/lib/libpthread/include/pthread_np.h
+++ b/lib/libpthread/include/pthread_np.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread_np.h,v 1.10 2012/03/22 15:26:04 kurt Exp $ */
+/* $OpenBSD: pthread_np.h,v 1.11 2012/03/22 17:21:36 kurt Exp $ */
/*
* Copyright (c) 1996-98 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -47,8 +47,6 @@ int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
void pthread_set_name_np(pthread_t, const char *);
int pthread_stackseg_np(pthread_t, stack_t *);
-int pthread_switch_add_np(pthread_switch_routine_t);
-int pthread_switch_delete_np(pthread_switch_routine_t);
int pthread_main_np(void);
__END_DECLS