(stat_fatal): New function

This commit is contained in:
Sergey Poznyakoff
2005-01-18 01:11:22 +00:00
parent 18ee9a103a
commit 3971a56b22

View File

@@ -825,6 +825,12 @@ symlink_error (char const *contents, char const *name)
quotearg_colon (name), quote_n (1, contents)));
}
void
stat_fatal (char const *name)
{
call_arg_fatal ("stat", name);
}
void
stat_error (char const *name)
{