Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / OS_Errno.cpp
blob8c082487b73736e84e5fe89959960dc4778810c9
1 // -*- C++ -*-
2 #include "ace/OS_Errno.h"
4 // Inlining this class on debug builds with gcc deadlocks during static
5 // initialization. On non debug builds it causes compilation errors.
6 #if !defined (ACE_HAS_INLINED_OSCALLS)
7 # if defined (ACE_INLINE)
8 # undef ACE_INLINE
9 # endif /* ACE_INLINE */
10 # define ACE_INLINE
11 # include "ace/OS_Errno.inl"
12 #endif /* ACE_HAS_INLINED_OSCALLS */