summaryrefslogtreecommitdiff
path: root/nuttx/include/stdio.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-27 23:09:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-27 23:09:23 +0000
commita72bee0b87f055095a1f9e84208dd2c4a363dde2 (patch)
tree2db434962d28dce09bad2c04ac880d111a297f68 /nuttx/include/stdio.h
parent4bf87cef2238b9f5aa2a865cc875f632ff45b3d6 (diff)
downloadpx4-nuttx-a72bee0b87f055095a1f9e84208dd2c4a363dde2.tar.gz
px4-nuttx-a72bee0b87f055095a1f9e84208dd2c4a363dde2.tar.bz2
px4-nuttx-a72bee0b87f055095a1f9e84208dd2c4a363dde2.zip
Remove duplicate definition of struct statfs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@260 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/stdio.h')
-rw-r--r--nuttx/include/stdio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/nuttx/include/stdio.h b/nuttx/include/stdio.h
index 592ded26a..ed6596286 100644
--- a/nuttx/include/stdio.h
+++ b/nuttx/include/stdio.h
@@ -80,17 +80,6 @@
* Public Type Definitions
************************************************************/
-struct statfs
-{
- long f_bavail; /* free blocks available to non-superuser */
- long f_bfree; /* free blocks */
- long f_blocks; /* total blocks in file system */
- long f_bsize; /* fundamental file system block (bytes) */
- long f_ffree; /* free file nodes in file system */
- long f_files; /* total file nodes in file system */
- long f_type; /* type of info, zero for now */
-};
-
/* Streams */
typedef FAR struct file_struct FILE;