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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-18 01:36:02 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-18 01:36:02 +0400
commit41cb3243c535ddbae7db6aa2d19c27bcf69fda8e (patch)
tree140588f23ecb2c2a718e3441af85ee62e5f25cb7
parente58d89280b3114f2fd31eb67771233d3ae0747ea (diff)
* include/time.h (__need_NULL): Define before including
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/include/time.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index c427029f7..fb2832c8a 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-17 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/time.h (__need_NULL): Define before including
+ stddef.h. Thanks to: Rüdiger Dehmel <de@lmnet.de>.
+
2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
* include/stdio.h: Correct comment about directory separator.
diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h
index f2f7b5024..6d15c2f89 100644
--- a/winsup/mingw/include/time.h
+++ b/winsup/mingw/include/time.h
@@ -32,6 +32,7 @@
#define __need_wchar_t
#define __need_size_t
+#define __need_NULL
#ifndef RC_INVOKED
#include <stddef.h>
#endif /* Not RC_INVOKED */