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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user