diff options
| author | nathanw <nathanw@NetBSD.org> | 2003-07-16 21:26:33 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2003-07-16 21:26:33 +0000 |
| commit | e17147983956005f7dff6decdd73b9d4cf1dd4bf (patch) | |
| tree | 95b2f9c031891d0d4d649914c79498cf854824f4 /lib/libpthread/pthread.h | |
| parent | ffb042ea86960df18a455af6146db7ac3c88c5fa (diff) | |
pthread_kill() prototype moved to <signal.h>.
Diffstat (limited to 'lib/libpthread/pthread.h')
| -rw-r--r-- | lib/libpthread/pthread.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/pthread.h b/lib/libpthread/pthread.h index 7f4190cc20a..69bcdce9355 100644 --- a/lib/libpthread/pthread.h +++ b/lib/libpthread/pthread.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.h,v 1.10 2003/06/02 16:59:27 christos Exp $ */ +/* $NetBSD: pthread.h,v 1.11 2003/07/16 21:26:33 nathanw Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -56,8 +56,6 @@ int pthread_equal(pthread_t, pthread_t); pthread_t pthread_self(void); int pthread_detach(pthread_t); -int pthread_kill(pthread_t, int); - int pthread_getrrtimer_np(void); int pthread_setrrtimer_np(int); |
