Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-06 16:05:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-06 16:05:19 +0400
commit862de2d0ae4335667aa01b8a6080dbe08ea24112 (patch)
tree7eb872f5b978ecdf2d7676ca7054973c3db65c6f /winsup/cygwin
parentda36286e64c4a876fe8e84897b2cc62b4a09599a (diff)
* libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/libc/rcmd.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 183dc6e58..e84aa7a57 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2012-07-06 Corinna Vinschen <corinna@vinschen.de>
+ * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.
+
+2012-07-06 Corinna Vinschen <corinna@vinschen.de>
+
* cygwin.sc (.rdata): Include all sections starting with .rdata.
(.debug_pubtypes): Make sure section is loaded at the end like all other
debug sections.
diff --git a/winsup/cygwin/libc/rcmd.cc b/winsup/cygwin/libc/rcmd.cc
index 8012790ec..16c05b01b 100644
--- a/winsup/cygwin/libc/rcmd.cc
+++ b/winsup/cygwin/libc/rcmd.cc
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#else
#define __INSIDE_CYGWIN_NET__
#include "winsup.h"
+#undef __INSIDE_CYGWIN_NET__
#endif
#ifndef __CYGWIN__