diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-04 22:17:52 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-04 22:17:52 +0000 |
| commit | 86e03b89bb4d5601708cebe1e7d2751458f9836f (patch) | |
| tree | 71261fb062d89cb6a6db5066807b677a7575f3d8 /include/pthread.h | |
| parent | 234ff7c46ff9e923483f48de4eabca5930c65b9f (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 e9c24b28db41..54fe73649dc5 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -225,7 +225,7 @@ int pthread_create __P((pthread_t *, const pthread_attr_t *, void *(*) (void *), void *)); int pthread_detach __P((pthread_t)); int pthread_equal __P((pthread_t, pthread_t)); -void pthread_exit __P((void *)); +void pthread_exit __P((void *)) __dead2; void *pthread_getspecific __P((pthread_key_t)); int pthread_join __P((pthread_t, void **)); int pthread_key_create __P((pthread_key_t *, |
