Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: nspr/pr/src/md/windows/w95thred.c

Issue 200653003: Update to NSPR 4.10.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nspr/pr/include/private/primpl.h ('k') | nspr/pr/src/misc/prcountr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nspr/pr/src/md/windows/w95thred.c
===================================================================
--- nspr/pr/src/md/windows/w95thred.c (revision 257452)
+++ nspr/pr/src/md/windows/w95thred.c (working copy)
@@ -106,7 +106,7 @@
thread->stack->stackSize,
pr_root,
(void *)thread,
- CREATE_SUSPENDED,
+ CREATE_SUSPENDED | STACK_SIZE_PARAM_IS_A_RESERVATION,
&(thread->id));
if(!thread->md.handle) {
return PR_FAILURE;
« no previous file with comments | « nspr/pr/include/private/primpl.h ('k') | nspr/pr/src/misc/prcountr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698