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:
authorChristopher Faylor <me@cgf.cx>2004-03-12 19:39:37 +0300
committerChristopher Faylor <me@cgf.cx>2004-03-12 19:39:37 +0300
commit07411d4c2e9bed0a056477ab3050d38842546598 (patch)
tree313de44f54bff9b26806eda9f93a92031d3dc7d4 /winsup/mingw
parentcbc2ab7c83187ae11db84ca4b3579906043981bc (diff)
* include/process.h: Remove the #endif associated with removal of
__STRICT_ANSI__ guard from non-ANSI header.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/include/process.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index e30f6afff..d27c62df7 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-11 Brian Keener <bkeener@thesoftwaresource.com>
+
+ * include/process.h: Remove the #endif associated with removal of
+ __STRICT_ANSI__ guard from non-ANSI header.
+
2004-03-10 Danny Smith <dannysmith@users.sourceforge.net>
* include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.
diff --git a/winsup/mingw/include/process.h b/winsup/mingw/include/process.h
index 6d61b2a2b..ab9d3538a 100644
--- a/winsup/mingw/include/process.h
+++ b/winsup/mingw/include/process.h
@@ -152,5 +152,3 @@ _CRTIMP int __cdecl spawnvpe (int, const char*, const char* const*, const char*
#endif /* Not RC_INVOKED */
#endif /* _PROCESS_H_ not defined */
-
-#endif /* Not __STRICT_ANSI__ */