$NetBSD: patch-aa,v 1.22 2002/12/04 15:20:28 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 Aug 28 23:42:52 2002 +++ ./nsprpub/pr/src/pthreads/ptthread.c Wed Nov 13 14:21:15 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