Skip to content
Snippets Groups Projects
Commit 61ef326a authored by Colin Walters's avatar Colin Walters
Browse files

fdio: Add string prefix for glnx_fstat()

For consistency.
parent 547bcea2
No related branches found
No related tags found
No related merge requests found
......@@ -236,8 +236,7 @@ glnx_fstat (int fd,
GError **error)
{
if (TEMP_FAILURE_RETRY (fstat (fd, buf)) != 0)
return glnx_throw_errno (error);
return glnx_throw_errno_prefix (error, "fstat");
return TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment