Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SET_ERRNO
tools/include/nolibc/errno.h
16
#define SET_ERRNO(v) do { errno = (v); } while (0)
tools/include/nolibc/errno.h
19
#define SET_ERRNO(v) do { } while (0)