From aec1637d8e6ffe6a2c798f9bfc5cb4fb781d369a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 May 2007 00:31:17 +0000 Subject: [PATCH] Added statfs() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@261 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0706b2f4cf7..b9367abbef7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -584,10 +584,10 @@ Other memory: 0.2.7 2007-xx-xx Gregory Nutt - * Added stat() to fs layer - * Added stat() supported to FAT + * Added stat() to fs layer and to FAT * Fixed reference counting errors associated with mounted filesystems * Added fat_getattrib() and fat_setattrib() + * Added statfs() to fs layer and to FAT * Started m68322