From 3829215776d2a99e299dc1efeb196de240746ea4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 4 Dec 2005 19:24:10 +0000 Subject: [PATCH] fix description --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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