aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-01-12 20:06:17 +0000
committerChristopher Faylor <me@cgf.cx>2005-01-12 20:06:17 +0000
commit066e8c84249c6d4e81b22312b9d2a9f985dac35b (patch)
tree91349f174e12eb6876b08bbf93666375a3047be8
parent48befd8305960ebde647a9974726d1b5b43a6e8c (diff)
downloadnewlib-066e8c84249c6d4e81b22312b9d2a9f985dac35b.zip
newlib-066e8c84249c6d4e81b22312b9d2a9f985dac35b.tar.gz
newlib-066e8c84249c6d4e81b22312b9d2a9f985dac35b.tar.bz2
Add missing changelog entry.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4d86a20..82e29f1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-01-12 Christopher Faylor <cgf@timesys.com>
+ * syscalls.cc (system): Use "/bin/sh" as per linux and (sorta) SUSv3.
+
+2005-01-12 Christopher Faylor <cgf@timesys.com>
+
* pinfo.cc (pinfo::exit): Don't assume that this == myself.
2005-01-11 Christopher Faylor <cgf@timesys.com>