[1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN (2nd time)

This commit is contained in:
Aleksandar Fabijanic
2008-05-02 22:45:54 +00:00
parent 4ec68cecaf
commit 6c014c25d3
2 changed files with 8 additions and 6 deletions

View File

@@ -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());