Browse Source

(stat_fatal): New function

Sergey Poznyakoff 20 năm trước cách đây
mục cha
commit
3971a56b22
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/misc.c

+ 6 - 0
src/misc.c

@@ -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)
 {