mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a759fd52db
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>
21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
--- 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;
|