Searched defs:SET_ERRNO (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/include/nolibc/
H A Derrno.h13 #define SET_ERRNO(v) do { errno = (v); } while (0) macro
16 #define SET_ERRNO(v) do { } while (0) macro

Completed in 249 milliseconds