diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2003-12-30 08:34:57 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2003-12-30 08:34:57 +0000 |
| commit | 2b33fc6470f5a93ffb2caf6316f01ea0f5aa089b (patch) | |
| tree | 674f889e544edd1af22a04a61bafcb91b56c0a42 /lib/libthr/thread/thr_private.h | |
| parent | 77c854b056b758e0c61bc4d2060d8565be1aef2c (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index c41b714fba44..7a7412bbdfb3 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -758,7 +758,7 @@ pthread_addr_t _thread_gc(pthread_addr_t); void _thread_enter_cancellation_point(void); void _thread_leave_cancellation_point(void); void _thread_cancellation_point(void); -int _thread_suspend(pthread_t thread, struct timespec *abstime); +int _thread_suspend(pthread_t thread, const struct timespec *abstime); void _thread_critical_enter(pthread_t); void _thread_critical_exit(pthread_t); void _thread_sigblock(); |
