Skip to content

Commit e622d9a

Browse files
committed
Manual merge from sysbench-0.4.
2 parents 5f5e126 + f8280bd commit e622d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbench/sb_win.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
197197
}
198198

199199
/* Minimal size of thread stack on Windows*/
200-
#define PTHREAD_STACK_MIN 65536
200+
#define PTHREAD_STACK_MIN 65536*2
201201

202202
int pthread_attr_setstacksize( pthread_attr_t *attr, size_t stacksize)
203203
{

0 commit comments

Comments
 (0)