summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-aa
blob: e4cdf132fed9821a013ef413c0b5326e5fba77e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.20 2002/07/04 03:45:31 taya Exp $

diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c ./nsprpub/pr/src/pthreads/ptthread.c
--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c	Wed Apr 10 12:17:39 2002
+++ ./nsprpub/pr/src/pthreads/ptthread.c	Sun Jun 30 16:30:39 2002
@@ -360,7 +360,7 @@
     /*
      * Linux doesn't have pthread_attr_setstacksize.
      */
-#ifndef LINUX
+#if !defined(LINUX) && !defined(NETBSD)
     rv = pthread_attr_setstacksize(&tattr, stackSize);
     PR_ASSERT(0 == rv);
 #endif