mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 11:07:53 +00:00
[SF 2725424] TestThreadStack size fails on Solaris
This commit is contained in:
@@ -39,7 +39,9 @@
|
|||||||
#include "Poco/Event.h"
|
#include "Poco/Event.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#if defined(__sun) && defined(__SVR4)
|
#if defined(__sun) && defined(__SVR4)
|
||||||
#define __EXTENSIONS__
|
# if !defined(__EXTENSIONS__)
|
||||||
|
# define __EXTENSIONS__
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#include <climits>
|
#include <climits>
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ RELEASEOPT_LINK =
|
|||||||
#
|
#
|
||||||
# System Specific Flags
|
# System Specific Flags
|
||||||
#
|
#
|
||||||
SYSFLAGS = -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
|
SYSFLAGS = -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
|
||||||
|
|
||||||
#
|
#
|
||||||
# System Specific Libraries
|
# System Specific Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user