summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-03 14:43:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-03 14:43:09 +0000
commit2528c1c6f8a38c6b0aa55d05272bea3e4d925215 (patch)
treef8f073d5b14e4db05fd07aa3315259de63494162
parent6d813bee0512b044e6f911ea259b71931d480f4e (diff)
downloadnuttx-2528c1c6f8a38c6b0aa55d05272bea3e4d925215.tar.gz
nuttx-2528c1c6f8a38c6b0aa55d05272bea3e4d925215.tar.bz2
nuttx-2528c1c6f8a38c6b0aa55d05272bea3e4d925215.zip
Add fseek issue
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@626 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index cc5d238b1..f271131aa 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -9,7 +9,7 @@ NuttX TODO List (Last updated January 6, 2008)
(1) C++ Support
(11) Network (net/, netutils/)
(2) USB (drivers/usbdev)
- (3) Libraries (lib/)
+ (4) Libraries (lib/)
(2) File system (fs/, drivers/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
@@ -218,6 +218,11 @@ o Libraries (lib/)
Status: Open
Priority: Low
+ Description: lib/lib_fseek.c: fseek() needs to flush buffered data before
+ moving the file pointer.
+ Status: Open
+ Priority: Medium
+
o File system (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -400,4 +405,4 @@ o z16 (arch/z16)
technical detail) here:
http://support.zilog.com/support/incident/incident_support.asp?iIncidentId=81400&iSiteId=1&chLanguageCode=ENG
Status: Open
- Priority: Medium-High \ No newline at end of file
+ Priority: Medium-High