summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r--ace/Log_Msg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index 075c4a8e38d..0f0c97bf766 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -914,8 +914,6 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str,
&& !defined(__MINGW32__)
#if defined (__FreeBSD__) || defined(__QNX__) || defined(__APPLE__)
extern const int sys_nerr;
-#elif defined (__CYGWIN32__)
-# define sys_nerr _sys_nerr
#else
extern int sys_nerr;
#endif /* !__FreeBSD__ && !__QNX__ && !__APPLE__ */