syscall/: Remove support for CONFIG_FS_READABLE

This commit is contained in:
Gregory Nutt
2020-03-21 11:02:42 -06:00
committed by Xiang Xiao
parent 2b532ae4a8
commit d22b22a23f
3 changed files with 34 additions and 71 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"mmap","sys/mman.h","","FAR void*","FAR void*","size_t","int","int","int","off_t"
"munmap","sys/mman.h","defined(CONFIG_FS_RAMMAP)","int","FAR void *","size_t"
"modhandle","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *"
"mount","sys/mount.h","!defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_READABLE)","int","const char*","const char*","const char*","unsigned long","const void*"
"mount","sys/mount.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","const char*","const char*","const char*","unsigned long","const void*"
"mq_close","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t"
"mq_getattr","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","struct mq_attr *"
"mq_notify","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","const struct sigevent*"
1 _exit unistd.h void int
53 mmap sys/mman.h FAR void* FAR void*
54 munmap sys/mman.h defined(CONFIG_FS_RAMMAP) int FAR void *
55 modhandle nuttx/module.h defined(CONFIG_MODULE) FAR void * FAR const char *
56 mount sys/mount.h !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_READABLE) !defined(CONFIG_DISABLE_MOUNTPOINT) int const char*
57 mq_close mqueue.h !defined(CONFIG_DISABLE_MQUEUE) int mqd_t
58 mq_getattr mqueue.h !defined(CONFIG_DISABLE_MQUEUE) int mqd_t
59 mq_notify mqueue.h !defined(CONFIG_DISABLE_MQUEUE) int mqd_t