summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-lib_wrappthread.c
blob: e313e52b2f5aac6cccbdd189373c1c90ee19cf62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- lib/wrappthread.c.orig	1997-06-27 22:04:01 UTC
+++ lib/wrappthread.c
@@ -40,17 +40,6 @@ Pthread_detach(pthread_t tid)
 }
 
 void
-Pthread_kill(pthread_t tid, int signo)
-{
-	int		n;
-
-	if ( (n = pthread_kill(tid, signo)) == 0)
-		return;
-	errno = n;
-	err_sys("pthread_kill error");
-}
-
-void
 Pthread_mutexattr_init(pthread_mutexattr_t *attr)
 {
 	int		n;