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>2005-06-16 02:51:05 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-16 02:51:05 +0400
commit7a9b2d82ec43d9704a28af6c621856997fb1b1fb (patch)
tree1652240643400a3fc1833ba7b73a06e7634303bb /winsup
parenta9c461626eac4c32b5b0a197909c81b62e7c8269 (diff)
add missing entry
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e9c3827b4..3a465ee50 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -5,6 +5,7 @@
filename manipulation.
* sigproc.cc (sigproc_init): Don't create signal_arrived here.
* fork.cc (fork_child): Ditto.
+ * sigproc.h (create_signal_arrived): Declare.
2005-06-14 Christopher Faylor <cgf@timesys.com>