summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sys/stat.h')
-rw-r--r--nuttx/include/sys/stat.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/nuttx/include/sys/stat.h b/nuttx/include/sys/stat.h
index 5aa827f86..1204b15aa 100644
--- a/nuttx/include/sys/stat.h
+++ b/nuttx/include/sys/stat.h
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __SYS_STAT_H
-#define __SYS_STAT_H
+#ifndef __INCLUDE_SYS_STAT_H
+#define __INCLUDE_SYS_STAT_H
/****************************************************************************
* Included Files
@@ -94,9 +94,8 @@
* Type Definitions
****************************************************************************/
-/* This is the simplified struct stat as returned by fstat().
- * This structure provides information about a specific file
- * or directory in the file system.
+/* This is the simplified struct stat as returned by fstat(). This structure
+ * provides information about a specific file or directory in the file system.
*/
struct stat
@@ -132,4 +131,4 @@ EXTERN int fstat(int fd, FAR struct stat *buf);
}
#endif
-#endif /* __SYS_STAT_H */
+#endif /* __INCLUDE_SYS_STAT_H */