summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 20:35:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 20:35:41 +0000
commit671926c39c76b0bfb6442431bbdc6c85c21d7087 (patch)
tree414dd03cce0e7d3e0b3f5c057323c9d7e4a44b34 /nuttx/Documentation/NuttX.html
parentff578ec6f9ee1e0f015112924621e6ea5593883a (diff)
downloadpx4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.tar.gz
px4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.tar.bz2
px4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.zip
Fix fseek/ftell; add fsetpos/fgetpos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@862 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 90d8f112f..0b33ac548 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1062,6 +1062,11 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
<pre><ul>
nuttx-0.3.14 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * FAT FS now uses position variable in struct file. This simplifies operations
+ like ftell().
+ * fseek() needs to discard bytes buffered by ungetc().
+ * Corrected ftell() return value.
+ * Added fsetpos() and fgetpos().
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;