From f9dcfc1cdb498289601b727f1a223fd95be4c829 Mon Sep 17 00:00:00 2001 From: Kurt Miller Date: Thu, 22 Mar 2012 17:21:37 +0000 Subject: Remove prototypes for unimplemented non-portable functions in rthreads. okay deraadt@ --- lib/libpthread/include/pthread_np.h | 4 +--- 1 file changed, 1 insertion(+), 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 . * 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 -- cgit v1.2.3