From c0cf7a1be2b1183407f013175dd2daa2a6397001 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Feb 2008 22:19:20 +0000 Subject: [PATCH] Added lseek() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@612 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 60e1857cda..9fd1c534be 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -965,6 +965,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 + * Added lseek()