1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

Rename SAFE_STAT to safe_stat.

This commit is contained in:
Jim Meyering
1995-01-27 17:05:42 +00:00
parent e6e3d524da
commit fbf807583e
+1 -1
View File
@@ -57,7 +57,7 @@ mkdir (dpath, dmode)
int cpid, status;
struct stat statbuf;
if (SAFE_STAT (dpath, &statbuf) == 0)
if (safe_stat (dpath, &statbuf) == 0)
{
errno = EEXIST; /* stat worked, so it already exists. */
return -1;