summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_close.c')
-rw-r--r--nuttx/fs/fs_close.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/fs/fs_close.c b/nuttx/fs/fs_close.c
index 91480e077..a704d1d5e 100644
--- a/nuttx/fs/fs_close.c
+++ b/nuttx/fs/fs_close.c
@@ -49,8 +49,6 @@
* Global Functions
****************************************************************************/
-#if CONFIG_NFILE_DESCRIPTORS > 0
-
int close(int fd)
{
FAR struct filelist *list;
@@ -112,4 +110,3 @@ int close(int fd)
return ERROR;
}
-#endif /* CONFIG_NFILE_DESCRIPTORS */