summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_sunos5_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_sunos5_g++.GNU')
-rw-r--r--ACE/include/makeinclude/platform_sunos5_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_sunos5_g++.GNU b/ACE/include/makeinclude/platform_sunos5_g++.GNU
index d0c2fc5cdbc..a49ab655591 100644
--- a/ACE/include/makeinclude/platform_sunos5_g++.GNU
+++ b/ACE/include/makeinclude/platform_sunos5_g++.GNU
@@ -29,7 +29,7 @@ CC = gcc
CXX = g++
ifeq ($(threads),1)
- CPPFLAGS += -D_REENTRANT
+ CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
endif
DLD = $(CXX)