mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 02:57:51 +00:00
Fedora Core9/g++ 4.3.0 patch
This commit is contained in:
@@ -281,7 +281,7 @@ void ThreadTest::testThreadStackSize()
|
||||
|
||||
stackSize = 1;
|
||||
thread.setStackSize(stackSize);
|
||||
#if !defined(_WIN32) && !(POCO_OS == POCO_OS_CYGWIN)
|
||||
#ifdef PTHREAD_STACK_MIN
|
||||
assert (PTHREAD_STACK_MIN == thread.getStackSize());
|
||||
#else
|
||||
assert (stackSize == thread.getStackSize());
|
||||
|
||||
Reference in New Issue
Block a user