ERRSTR_BUF_SIZE 757 src/utils/os_file.c char errstr[ERRSTR_BUF_SIZE]; ERRSTR_BUF_SIZE 758 src/utils/os_file.c if(strerror_r(errno_save, errstr, ERRSTR_BUF_SIZE) != 0) ERRSTR_BUF_SIZE 760 src/utils/os_file.c strerror_r(0, errstr, ERRSTR_BUF_SIZE);