Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-26 01:58:32 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-26 01:58:32 +0300
commit8861377a2d5549a913b12ba91c77968fd4a20589 (patch)
tree2c3240093f68704ce6b0554d92aff57e43f01084 /winsup
parent970ca292422ff522959bb31fc8902e21ec5e3b5e (diff)
more white space
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/thread.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index 9613e223c..0c3a6a418 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -324,8 +324,9 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
precreate (newattr);
if (!magic)
return;
- function = func;
- arg = threadarg;
+
+ function = func;
+ arg = threadarg;
win32_obj_id = ::CreateThread (&sec_none_nih, attr.stacksize,
(LPTHREAD_START_ROUTINE) thread_init_wrapper,