summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-12-04 19:24:10 +0000
committerChristopher Faylor <me@cgf.cx>2005-12-04 19:24:10 +0000
commit3829215776d2a99e299dc1efeb196de240746ea4 (patch)
treeaed2902745f19d6f2158704ca71be9351a630b36
parent33cf0e551901bdcfbd86b55f48e792225c756579 (diff)
downloadcygnal-3829215776d2a99e299dc1efeb196de240746ea4.tar.gz
cygnal-3829215776d2a99e299dc1efeb196de240746ea4.tar.bz2
cygnal-3829215776d2a99e299dc1efeb196de240746ea4.zip
fix description
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1bbcc8095..befc5c981 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -51,7 +51,7 @@
* thread.cc (pthread_kill): Set si_pid and si_uid.
- * timer.cc (timer_thread): Set si_code to SI_KERNEL.
+ * timer.cc (timer_thread): Set si_code to SI_TIMER.
2005-12-01 Christopher Faylor <cgf@timesys.com>