summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Errno.cpp
blob: 8c082487b73736e84e5fe89959960dc4778810c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*-
#include "ace/OS_Errno.h"

// Inlining this class on debug builds with gcc deadlocks during static
// initialization. On non debug builds it causes compilation errors.
#if !defined (ACE_HAS_INLINED_OSCALLS)
# if defined (ACE_INLINE)
#  undef ACE_INLINE
# endif /* ACE_INLINE */
# define ACE_INLINE
# include "ace/OS_Errno.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */