mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 02:57:51 +00:00
backport from trunk:
[1981865] Cygwin Makefile lacks ThreadTarget.cpp [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN
This commit is contained in:
@@ -281,7 +281,7 @@ void ThreadTest::testThreadStackSize()
|
||||
|
||||
stackSize = 1;
|
||||
thread.setStackSize(stackSize);
|
||||
#if defined(POCO_OS_FAMILY_UNIX) && !defined(POCO_OS_CYGWIN)
|
||||
#if !(POCO_OS == POCO_OS_CYGWIN)
|
||||
assert (PTHREAD_STACK_MIN == thread.getStackSize());
|
||||
#else
|
||||
assert (stackSize == thread.getStackSize());
|
||||
|
||||
Reference in New Issue
Block a user