nuttx/fs/mmap
guoshichao f01a2c70fd greenhills: fix the enumerated type mixed using warning
CC:  obstack/lib_obstack_printf.c "mmap/fs_rammap.c", line 126: warning #188-D: enumerated type mixed with
          another type
    enum mm_map_type_e type = (uintptr_t)entry->priv.p & 3;
                              ^

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-09-19 14:08:07 +08:00
..
CMakeLists.txt fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
fs_anonmap.c fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
fs_anonmap.h
fs_mmap.c fs_msync:Fix crash caused under the anonymous mapping 2024-09-19 01:43:50 +08:00
fs_mmisc.c
fs_msync.c fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00
fs_munmap.c mmap: add xip mmap type support 2024-09-19 01:43:50 +08:00
fs_rammap.c greenhills: fix the enumerated type mixed using warning 2024-09-19 14:08:07 +08:00
fs_rammap.h mmap: add xip mmap type support 2024-09-19 01:43:50 +08:00
Kconfig
Make.defs fs/mmap/msync:support msync. 2024-09-19 01:43:50 +08:00