mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
[1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN (2nd time)
This commit is contained in:
@@ -281,7 +281,7 @@ void ThreadTest::testThreadStackSize()
|
||||
|
||||
stackSize = 1;
|
||||
thread.setStackSize(stackSize);
|
||||
#ifdef POCO_OS_FAMILY_UNIX
|
||||
#if defined(POCO_OS_FAMILY_UNIX) && !defined(POCO_OS_CYGWIN)
|
||||
assert (PTHREAD_STACK_MIN == thread.getStackSize());
|
||||
#else
|
||||
assert (stackSize == thread.getStackSize());
|
||||
|
||||
Reference in New Issue
Block a user