* include/cygwin/config.h (_GLIBC_EXTENSION): Define.
This commit is contained in:
parent
29d84e5a46
commit
e55564646d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user