summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_filedup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_filedup.c')
-rw-r--r--nuttx/fs/fs_filedup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/fs/fs_filedup.c b/nuttx/fs/fs_filedup.c
index 10c2eba04..60dd9720a 100644
--- a/nuttx/fs/fs_filedup.c
+++ b/nuttx/fs/fs_filedup.c
@@ -39,7 +39,6 @@
#include <nuttx/config.h>
-#include <sys/types.h>
#include <sched.h>
#include <errno.h>
@@ -49,7 +48,7 @@
#if CONFIG_NFILE_DESCRIPTORS > 0
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define DUP_ISOPEN(fd, list) \