mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3009 Thread starting in test code, back out what appears to have been an accidental change.
X-SVN-Rev: 12421
This commit is contained in:
parent
0d089832f2
commit
f8c3e58100
1 changed files with 1 additions and 2 deletions
|
@ -172,8 +172,7 @@ int32_t SimpleThread::start()
|
|||
return -1;
|
||||
}
|
||||
|
||||
// imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this );
|
||||
imp->fHandle = -1;
|
||||
imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this );
|
||||
if (imp->fHandle == -1) {
|
||||
// An error occured
|
||||
int err = errno;
|
||||
|
|
Loading…
Add table
Reference in a new issue