nuttx/fs
chao an 77f68b121b fs/epoll: fix visual studio Compiler Error C2059
D:\archer\code\nuttx\fs\vfs\fs_epoll.c(456,15): error C2059: syntax error : '{'

Compiler error C2059:
The token caused a syntax error.

Reference:
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2059?view=msvc-170

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-09 20:11:55 +08:00
..
aio sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
binfs
cromfs
driver
fat nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
hostfs
inode sync: add sync api 2023-02-07 12:15:05 +02:00
littlefs
mmap
mount sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mqueue
nfs
nxffs nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
partition Remove the remain MIN/MAX like macro 2023-02-03 20:42:57 +08:00
procfs fs/procfs: fix the issue of /proc/cpuload in SMP 2023-02-02 22:48:30 +08:00
romfs
rpmsgfs nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
semaphore
shm
smartfs
socket
spiffs nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
tmpfs
unionfs nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
userfs
vfs fs/epoll: fix visual studio Compiler Error C2059 2023-02-09 20:11:55 +08:00
fs_initialize.c
Kconfig
Makefile