summaryrefslogtreecommitdiff
path: root/nuttx/include/stdio.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
commitcb4bc1a2f49306879ecee08f0644300f0037d92c (patch)
treec299739a5089f9fb3cbc902726f66fdc7a9c708a /nuttx/include/stdio.h
parent3551ee48a7f52425e953d4a3ea7bc2fd3b2a62ff (diff)
downloadpx4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.gz
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.bz2
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.zip
Debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/stdio.h')
-rw-r--r--nuttx/include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/stdio.h b/nuttx/include/stdio.h
index 8b9a7e28e..f234a861c 100644
--- a/nuttx/include/stdio.h
+++ b/nuttx/include/stdio.h
@@ -131,6 +131,7 @@ struct _dirent
{
FAR char *d_name; /* name of directory entry */
};
+
struct dirent
{
FAR char *d_name; /* A pointer to d_szname */