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>2003-12-08 03:22:56 +0300
committerChristopher Faylor <me@cgf.cx>2003-12-08 03:22:56 +0300
commit1b11f4fd72fd34daa11edbd6bed62547c8d2dfda (patch)
tree078d29cc708ff75cc6c898a80ff86f6ce88fab06
parent1c5c9a6bfb3bcfa33242904880f8880802decbb2 (diff)
* wait.cc (wait4): Move sawsig initialization inside loop.
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 057318949..fb38a8208 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,6 +2,7 @@
* spawn.cc (spawn_guts): Change type back to 'int' after erroneous
change below.
+ * wait.cc (wait4): Move sawsig initialization inside loop.
2003-12-07 Christopher Faylor <cgf@redhat.com>