summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread.h4
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);