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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-01-03 08:13:35 +0300
committerChristopher Faylor <me@cgf.cx>2009-01-03 08:13:35 +0300
commit8bb25217610e9fb91f0b5d3c54834db5b4202c6f (patch)
tree6755e8f8c18919222daeeb6b46d3df2acfdbdc90 /winsup
parent66a83f3eac1c9c8ad575c117b7c49995dc549d26 (diff)
correct
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 88c6a5508..c80307170 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -4,8 +4,8 @@
Update copyrights where appropriate.
* globals.cc: New file for generic global variables.
- * mkglobals_h: New file to generate globals.h.
- * mkstatic: New Script used to build a (currently non-working) static
+ * mkglobals_h: New script to generate globals.h.
+ * mkstatic: New script used to build a (currently non-working) static
libcygwin_s.a.
* Makefile.in: Add unused rule to build a non-working libcygwin_s.a.
(DLL_OFILES): Add globals.o. Make all objects rely on globals.h.