From c4c1f115c4c83bc7721cdd8bcf1c69a194091de8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jun 2008 17:46:26 +0000 Subject: [PATCH] Fix problem when timer deleted by timer handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@762 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 43e26d663ca..c6b94fa5952 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1015,6 +1015,7 @@ nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fix several FAT filesystem problems reported by kwonsk (Changes not yet verified). * Host simulator no longer uses Linux system calls directly; Now works with Cygwin. + * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>