summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-01-06 02:00:05 +0000
committerwchang0222%aol.com <devnull@localhost>2004-01-06 02:00:05 +0000
commitba531f746e883b6362753da615eec83f9ffd8674 (patch)
tree2f0e05848964d51848c4f2a6cb61b0f906114cc9
parent470505c169e4f8b55c6afaf106a39c812dee836f (diff)
downloadnspr-hg-ba531f746e883b6362753da615eec83f9ffd8674.tar.gz
Checked in Neutrino (NTO) changes received from Adrian Mardare
<amardare@qnx.com>. r=wtc. Modified Files: _nto.h pr/tests/Makefile.in Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/md/_nto.h1
-rw-r--r--pr/tests/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/pr/include/md/_nto.h b/pr/include/md/_nto.h
index cd6213bf..052f2b15 100644
--- a/pr/include/md/_nto.h
+++ b/pr/include/md/_nto.h
@@ -46,6 +46,7 @@
#define _PR_VMBASE 0x30000000
#define _PR_STACK_VMBASE 0x50000000
#define _MD_DEFAULT_STACK_SIZE 65536L
+#define _MD_MINIMUM_STACK_SIZE 131072L
#define _MD_MMAP_FLAGS MAP_PRIVATE
#ifndef HAVE_WEAK_IO_SYMBOLS
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index c3079f1e..d340a4b7 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -436,7 +436,7 @@ LIBPTHREAD = -lpthread
ifeq ($(OS_ARCH),AIX)
LIBPTHREAD = -lpthreads
endif
-ifeq (,$(filter-out FreeBSD OpenBSD BSD_OS NTO Darwin OpenUNIX,$(OS_ARCH)))
+ifeq (,$(filter-out FreeBSD OpenBSD BSD_OS QNX Darwin OpenUNIX,$(OS_ARCH)))
LIBPTHREAD =
endif
ifeq ($(OS_ARCH)$(basename $(OS_RELEASE)),HP-UXB.10)