summaryrefslogtreecommitdiff
path: root/devel/nspr/patches/patch-ae
blob: b8e48c8b3f1ac65157b20aec4ea2b2f00cc294d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.3 2008/01/05 19:38:46 tron Exp $

--- pr/include/md/_pth.h.orig	2005-07-21 19:22:53.000000000 +0100
+++ pr/include/md/_pth.h	2008-01-05 19:34:33.000000000 +0000
@@ -205,7 +205,7 @@
 /*
  * These platforms don't have pthread_kill()
  */
-#if defined(DARWIN)
+#if defined(DARWIN) && !defined(__DARWIN_SUF_UNIX03)
 #define pthread_kill(thread, sig) ENOSYS
 #endif