fs/mmap/fs_mmap.c: add missing NULL pointer
add missing NULL pointer for msync to match `struct mm_map_entry_s` definition Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
parent
729f2f890b
commit
041c50e1dd
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ static int file_mmap_(FAR struct file *filep, FAR void *start,
|
|||
prot,
|
||||
flags,
|
||||
{ NULL }, /* priv.p */
|
||||
NULL, /* msync */
|
||||
NULL /* munmap */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue