summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2002-10-22 17:11:49 +0000
committerfjoe <fjoe@FreeBSD.org>2002-10-22 17:11:49 +0000
commit4c61e16b27f055ed926adfbc0450175ff0aafb0d (patch)
treea545f7423e3a07447c387b5c400f56e3ccb65e58 /include/pthread_np.h
parenta069ca3e04f1dd2820626a87ee0803a9d068aaf9 (diff)
downloadFreeBSD-src-4c61e16b27f055ed926adfbc0450175ff0aafb0d.zip
FreeBSD-src-4c61e16b27f055ed926adfbc0450175ff0aafb0d.tar.gz
fix pthread_suspend/resume_all_np() declarations
Approved by: deischen
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index b49bd37..44c61aa 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -48,11 +48,11 @@ int pthread_main_np(void);
int pthread_multi_np(void);
int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
-int pthread_resume_all_np(void);
+void pthread_resume_all_np(void);
int pthread_resume_np(pthread_t);
void pthread_set_name_np(pthread_t, const char *);
int pthread_single_np(void);
-int pthread_suspend_all_np(void);
+void pthread_suspend_all_np(void);
int pthread_suspend_np(pthread_t);
int pthread_switch_add_np(pthread_switch_routine_t);
int pthread_switch_delete_np(pthread_switch_routine_t);
OpenPOWER on IntegriCloud