unlink_file
if (!opts.noExecute && unlink_file(file) == 0)
if (unlink_file(file) == 0)
int unlink_file(const char *) MAKE_ATTR_USE;