summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_ioctl.c')
-rw-r--r--nuttx/fs/fs_ioctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/fs/fs_ioctl.c b/nuttx/fs/fs_ioctl.c
index 8035c4cc4..e40ae25a5 100644
--- a/nuttx/fs/fs_ioctl.c
+++ b/nuttx/fs/fs_ioctl.c
@@ -52,8 +52,6 @@
* Global Functions
************************************************************/
-#if CONFIG_NFILE_DESCRIPTORS > 0
-
int ioctl(int fd, int req, unsigned long arg)
{
FAR struct filelist *list;
@@ -87,4 +85,3 @@ int ioctl(int fd, int req, unsigned long arg)
return ret;
}
-#endif /* CONFIG_NFILE_DESCRIPTORS */