diff options
author | Steve Huston <shuston@riverace.com> | 2007-08-17 22:01:18 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2007-08-17 22:01:18 +0000 |
commit | 9e5471e8712ae6144057d763dfa2237178b0ac3c (patch) | |
tree | 85917ef187e53afae7bd9341df05636ccfe063b4 /ACE/ace/config-linux-common.h | |
parent | 89badf7dae3f3dd74dac2ef1052ccc1cb798a9b9 (diff) | |
download | ATCD-9e5471e8712ae6144057d763dfa2237178b0ac3c.tar.gz |
ChangeLogTag:Fri Aug 17 21:52:37 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/config-linux-common.h')
-rw-r--r-- | ACE/ace/config-linux-common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/config-linux-common.h b/ACE/ace/config-linux-common.h index f4ee58b649c..7f94267ece6 100644 --- a/ACE/ace/config-linux-common.h +++ b/ACE/ace/config-linux-common.h @@ -25,9 +25,10 @@ # define ACE_HAS_PTHREADS_UNIX98_EXT #endif /* _XOPEN_SOURCE - 0 >= 500 */ -#include "ace/config-posix.h" - #if defined (ACE_HAS_LINUX_NPTL) + +# include "ace/config-posix.h" + // Temporary fix because NPTL kernels do have shm_open but there is a problem // with shm_open/shm_unlink pairing in ACE which needs to be fixed when I have time. # if defined (ACE_HAS_SHM_OPEN) |