* include/cygwin/config.h (_GLIBC_EXTENSION): Define.

This commit is contained in:
Yaakov Selkowitz 2012-01-13 09:15:22 +00:00
parent 29d84e5a46
commit e55564646d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-01-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/cygwin/config.h (_GLIBC_EXTENSION): Define.
2012-01-11 Christopher Faylor <me.cygwin2012@cgf.cx>
* spawn.cc (child_info_spawn::worker): Delete debugging.

View File

@ -56,6 +56,7 @@ extern char *_tlsbase __asm__ ("%fs:4");
#define __HAVE_LOCALE_INFO__ 1
#define __HAVE_LOCALE_INFO_EXTENDED__ 1
#define _WANT_C99_TIME_FORMATS 1
#define _GLIBC_EXTENSION 1
#if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB)
#define __EXPORT __declspec(dllexport)
#define __IMPORT