ERR
#define ERR (-2)
#define ERR(x) do { warn(x); goto _error; } while(0)
#undef ERR
#define ERR(err) \
#define ERR (-1) /* Error return. */
#define ERR (-1) /* Error return */
#define ERR ((size_t)-1)
#define ERR(msg) err(EXIT_FAILURE, msg)
#define ERR(msg) ATF_REQUIRE_MSG(0, "%s: %s", msg, strerror(errno))
#define ERR(msg, ...) ILV(LOG_ERR, msg __VA_OPT__(,) __VA_ARGS__)
#define ERR 0x4