summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-13 14:00:10 +0000
committerCorinna Vinschen <corinna@vinschen.de>2006-01-13 14:00:10 +0000
commit71f98c4caa7ea253718fa6d5165af27feba2300c (patch)
tree9eada92df813b03f28d58275d388b9e54ce34868 /winsup/cygwin/ChangeLog
parent67066cabade4f443c953da8a602a30cea1abacca (diff)
downloadcygnal-71f98c4caa7ea253718fa6d5165af27feba2300c.tar.gz
cygnal-71f98c4caa7ea253718fa6d5165af27feba2300c.tar.bz2
cygnal-71f98c4caa7ea253718fa6d5165af27feba2300c.zip
* uname.cc (uname): Concatenate a "-WOW64" to utsname's sysname
member to see when running under WOW64.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9cc8ab9cc..4d4be639a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2006-01-13 Corinna Vinschen <corinna@vinschen.de>
+ * uname.cc (uname): Concatenate a "-WOW64" to utsname's sysname
+ member to see when running under WOW64.
+
+2006-01-13 Corinna Vinschen <corinna@vinschen.de>
+
* net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS on
Windows 2000 and above. Clarify the comment about IP_TOS and move
to the place where the magic happens.