ERR_STRING_SZ
char err_string1[ERR_STRING_SZ];
char err_string2[ERR_STRING_SZ];
msg1 = strerror_r(-s->expect, err_string1, ERR_STRING_SZ);
msg2 = strerror_r(errno, err_string2, ERR_STRING_SZ);
msg1 = strerror_r(errno, err_string1, ERR_STRING_SZ);