On Tue, Nov 19, 2013 at 9:55 PM, Kornel Benko <kor...@lyx.org> wrote:
> Am Dienstag, 19. November 2013 um 21:06:21, schrieb Georg Baum < > georg.b...@post.rwth-aachen.de> > > Kornel Benko wrote: > > > > > Trying to lock with > > > open(lock_file.c_str(), O_CREAT|O_EXCL|O_SYNC|O_RDWR, 0666); > > > seams to work here. So no fcntl anymore. > > > > This is not portable either. > > > > I know. Scott and I are testing with lockf() now. > > > Georg > > Kornel Why did you commit this non-portable code anyway ? Vincent