From 58bab6f0c87faaecaf172109bdeed6ef3ea1ceee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 08:14:07 -0600 Subject: [PATCH] Various changes associated with symbol tables. Most from Pelle Windestam --- Documentation/NuttXNxFlat.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html index 41b2a19ee9..89b415041b 100644 --- a/Documentation/NuttXNxFlat.html +++ b/Documentation/NuttXNxFlat.html @@ -407,7 +407,10 @@ any following arguments. nuttx/syscall/syscall.csv that describes the NuttX RTOS interface, and
  • - nuttx/libc/lib.csv that describes the NuttX C library interface. + nuttx/libc/libc.csv that describes the NuttX C library interface. +
  • +
  • + nuttx/libc/math.cvs that descirbes any math library.