diff options
Diffstat (limited to 'net/libunp/files/patch-am')
-rw-r--r-- | net/libunp/files/patch-am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libunp/files/patch-am b/net/libunp/files/patch-am new file mode 100644 index 000000000000..40b08fb3f03c --- /dev/null +++ b/net/libunp/files/patch-am @@ -0,0 +1,20 @@ +--- lib/wrappthread.c.orig Thu Sep 30 11:06:22 1999 ++++ lib/wrappthread.c Thu Sep 30 11:06:34 1999 +@@ -40,17 +40,6 @@ + } + + 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; |