WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
linux.h File Reference

Go to the source code of this file.

Macros

#define UV_PLATFORM_LOOP_FIELDS
 
#define UV_PLATFORM_FS_EVENT_FIELDS
 

Macro Definition Documentation

◆ UV_PLATFORM_FS_EVENT_FIELDS

#define UV_PLATFORM_FS_EVENT_FIELDS
Value:
struct uv__queue watchers; \
int wd; \
Definition uv.h:60

◆ UV_PLATFORM_LOOP_FIELDS

#define UV_PLATFORM_LOOP_FIELDS
Value:
uv__io_t inotify_read_watcher; \
void* inotify_watchers; \
int inotify_fd; \
Definition unix.h:85