1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-31 09:15:19 +02:00
Files
coreutils/lib
Jim Meyering 2499628bff (make_path): Reorder stat-then-mkdir-if-missing
calls so that mkdir is called first.  Before make_path would first
`stat' a directory, then call mkdir if it didn't exist.  But if
some other process created the directory between the stat & mkdir,
the mkdir would fail with EEXIST.  Diagnosis and suggestion from
Greg McGary.
1997-07-01 11:50:39 +00:00
..