From b69ec549ec7981fd58cce657a73180c62d65470e Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Thu, 1 Sep 2011 09:33:03 +0000 Subject: [PATCH] add reporter. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1690 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- src/thread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thread.c b/src/thread.c index cf689c2975..c9b839f0f4 100644 --- a/src/thread.c +++ b/src/thread.c @@ -20,6 +20,8 @@ * 2008-02-16 Bernard fix the rt_thread_timeout bug * 2010-03-21 Bernard change the errno of rt_thread_delay/sleep to RT_EOK. * 2010-11-10 Bernard add cleanup callback function in thread exit. + * 2011-09-01 Bernard fixed rt_thread_exit issue when the current thread preempted, + * which reported by Jiaxing Lee. */ #include