summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 22:32:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 22:32:16 +0000
commit7a67f1634cf5ee06b87d90c16f68543f12e6349c (patch)
tree3eb8b5d2d7853ab10d752326806c2fcfa43862e4 /nuttx/ChangeLog
parent51f96a502ea130e3d83eff679b560608a8246a75 (diff)
downloadnuttx-7a67f1634cf5ee06b87d90c16f68543f12e6349c.tar.gz
nuttx-7a67f1634cf5ee06b87d90c16f68543f12e6349c.tar.bz2
nuttx-7a67f1634cf5ee06b87d90c16f68543f12e6349c.zip
Add fseek()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@613 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4a5a84d52..a98bfa9b9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -315,7 +315,7 @@
* 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()
+ * Added lseek() and fseek()