* libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.

This commit is contained in:
Corinna Vinschen 2012-07-06 12:05:19 +00:00
parent da36286e64
commit 862de2d0ae
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#else
#define __INSIDE_CYGWIN_NET__
#include "winsup.h"
#undef __INSIDE_CYGWIN_NET__
#endif
#ifndef __CYGWIN__