diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2012-03-22 17:21:37 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2012-03-22 17:21:37 +0000 |
commit | f9dcfc1cdb498289601b727f1a223fd95be4c829 (patch) | |
tree | f64ec3344f33e1dfd0a7bd7185adc639ebf250fb | |
parent | a8644ddba13434f0bfe22e151f16f73c23522f15 (diff) |
Remove prototypes for unimplemented non-portable functions in rthreads.
okay deraadt@
-rw-r--r-- | lib/libpthread/include/pthread_np.h | 4 |
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 |