(stat_fatal): New function
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user