diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1997-12-25 05:07:20 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-25 05:07:20 +0000 |
| commit | 372787c1024cb186e9a8984aea36fdc63114f11b (patch) | |
| tree | 07718e1eea9d2ffe5551126880e9316a166eb75d /include/pthread.h | |
| parent | 3b7c07b1f24e9d74d985cbe19e405c5a0295ac68 (diff) | |
Notes
Diffstat (limited to 'include/pthread.h')
| -rw-r--r-- | include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread.h b/include/pthread.h index e3a344eaa6f0..b1966623daaf 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -193,7 +193,7 @@ int pthread_cond_timedwait __P((pthread_cond_t *, int pthread_cond_wait __P((pthread_cond_t *, pthread_mutex_t *)); int pthread_create __P((pthread_t *, const pthread_attr_t *, void *(*start_routine) (void *), void *)); -int pthread_detach __P((pthread_t *)); +int pthread_detach __P((pthread_t)); int pthread_equal __P((pthread_t, pthread_t)); void pthread_exit __P((void *)); void *pthread_getspecific __P((pthread_key_t)); |
