aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-03-02 11:08:35 +0000
committerCorinna Vinschen <corinna@vinschen.de>2004-03-02 11:08:35 +0000
commitddb1a4c10afbf2e9af6047d7e844c9d0330dbaa0 (patch)
tree391297e551392c4675de84bb39539e8ca729f6e0 /winsup/cygserver/ChangeLog
parentb06a028bf010f9db19fff134b009c1c77db6d251 (diff)
downloadnewlib-ddb1a4c10afbf2e9af6047d7e844c9d0330dbaa0.zip
newlib-ddb1a4c10afbf2e9af6047d7e844c9d0330dbaa0.tar.gz
newlib-ddb1a4c10afbf2e9af6047d7e844c9d0330dbaa0.tar.bz2
* sysv_sem.cc (semundo_adjust): Check for process id instead of
process struct pointer, which isn't fixed under Cygwin. (semexit_myhook): Ditto. Adjust debug print statements to print Cygwin and Windows PIDs instead of process pointer under Cygwin.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index d0a9f57..761056a 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-02 Corinna Vinschen <corinna@vinschen.de>
+
+ * sysv_sem.cc (semundo_adjust): Check for process id instead of
+ process struct pointer, which isn't fixed under Cygwin.
+ (semexit_myhook): Ditto. Adjust debug print statements to print
+ Cygwin and Windows PIDs instead of process pointer under Cygwin.
+
2004-02-07 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc (win_priority): Move to msleep helper function section.