mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
[SF 2725424] TestThreadStack size fails on Solaris
This commit is contained in:
@@ -41,8 +41,11 @@
|
||||
# if !defined(__EXTENSIONS__)
|
||||
# define __EXTENSIONS__
|
||||
# endif
|
||||
// must be limits.h for PTHREAD_STACK_MIN on Solaris
|
||||
# include <limits.h>
|
||||
#else
|
||||
# include <climits>
|
||||
#endif
|
||||
#include <climits>
|
||||
|
||||
|
||||
using Poco::Thread;
|
||||
|
||||
Reference in New Issue
Block a user