From 588c0d1c5e21791a8bb31f7127d868dcedfa8961 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Jul 2009 18:43:59 +0000 Subject: [PATCH] Added exec() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1979 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e91143d811..f1bf734e98 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 11, 2009

+

Last Updated: July 12, 2009

@@ -1483,7 +1483,11 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> typical embeddd system. * sched/: Added gettimeofday(). This implementation is simply a thin wrapper around clock_gettimer(). - * lib/: Add gmtime() and localtime() + * lib/: Add gmtime(), localtime(), and strftime() + * binfmt/: Add exec(). This is just a wrapper that executes both + load_ and exec_module() in a more familiar manner. It is not consistent + with more standard exec() functions, however, because (1) it returns + and (2) it requires symbol table arguments. nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>