From e293e5aef9bdcd053e1f9ec661ebce33b32554a9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Feb 2008 21:23:19 +0000 Subject: [PATCH] errno now defined to be *get_errno_ptr() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@607 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b12036faa46..60e1857cdad 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 31, 2008

+

Last Updated: February 1, 2008

@@ -964,6 +964,7 @@ Other memory: * Added a test case to verify the Pascal P-Code interpreter * Added /dev/zero + * 'errno' is now defined to be *get_errno_ptr() with no name conflicts