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:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 13:15:22 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 13:15:22 +0400
commite55564646dc3e36370b1124e3125527e7d8d67eb (patch)
tree7b50accf89deab9285729de949ca9cafcb270d39
parent29d84e5a46254dc453771d327f6e4d664660e239 (diff)
* include/cygwin/config.h (_GLIBC_EXTENSION): Define.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/config.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ba582e6ae..35687b7fa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/include/cygwin/config.h b/winsup/cygwin/include/cygwin/config.h
index c2fca39ce..0e7948fcc 100644
--- a/winsup/cygwin/include/cygwin/config.h
+++ b/winsup/cygwin/include/cygwin/config.h
@@ -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