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)
9 # endif /* ACE_INLINE */
11 # include "ace/OS_Errno.inl"
12 #endif /* ACE_HAS_INLINED_OSCALLS */