Subject: Re: race in mkdir(1)
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 11/24/2002 16:52:27
In article <20021124162103.GA11118@spathi.chuq.com>,
Chuck Silvers <chuq@chuq.com> wrote:
>
>I do build.sh with "-j 8", and occasionally during the "make obj" pass
>mkdir errors out with "File exists".  this is due to a race between
>multiple "mkdir -p" operations.  in mkdir.c:mkpath() there's

That looks fine to me.

christos