syscall/syscall.csv: Correct an error in creating the munmap() proxy if CONFIG_FS_RAMMAP is not defined.

This commit is contained in:
Gregory Nutt
2019-04-04 20:37:32 -06:00
parent 5871a8606a
commit cc5c59b8a6
3 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"mkdir","sys/stat.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char*","mode_t"
"mkfifo2","nuttx/drivers/drivers.h","defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0","int","FAR const char*","mode_t","size_t"
"mmap","sys/mman.h","","FAR void*","FAR void*","size_t","int","int","int","off_t"
"munmap","sys/mman.h","","int","FAR void*","size_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*"
"mq_close","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t"
1 _exit unistd.h void int
48 mkdir sys/stat.h !defined(CONFIG_DISABLE_MOUNTPOINT) int FAR const char*
49 mkfifo2 nuttx/drivers/drivers.h defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0 int FAR const char*
50 mmap sys/mman.h FAR void* FAR void*
51 munmap sys/mman.h defined(CONFIG_FS_RAMMAP) int FAR void* FAR void *
52 modhandle nuttx/module.h defined(CONFIG_MODULE) FAR void * FAR const char *
53 mount sys/mount.h !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_READABLE) int const char*
54 mq_close mqueue.h !defined(CONFIG_DISABLE_MQUEUE) int mqd_t