Add FAT rename()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@249 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-05-21 21:04:03 +00:00
parent 7bcb2af14b
commit d6e2504036

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: May 19, 2007</p> <p>Last Updated: May 21, 2007</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -573,7 +573,7 @@ Other memory:
* Added unlink(), mkdir(), rmdir(), and rename() * Added unlink(), mkdir(), rmdir(), and rename()
* Fixed several serious FAT errors with oflags handling (&& instead of &) * Fixed several serious FAT errors with oflags handling (&& instead of &)
* Added FAT support for unlink(), mkdir() and rmdir() * Added FAT support for unlink(), mkdir(), rmdir(), and rename()
* Started m68322 * Started m68322
</pre></ul> </pre></ul>