summaryrefslogtreecommitdiff
path: root/nuttx/include/stdio.h
diff options
context:
space:
mode:
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;