Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2008 17:26:30 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/lib/libutil test-flopen.c
Message-ID:  <200810201726.m9KHQm01032207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2008-10-20 17:26:30 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/libutil test-flopen.c 
  Log:
  SVN rev 184090 on 2008-10-20 17:26:30Z by des
  
  #ifdef out the lock-against-self test.  I'm not sure it makes sense, and
  it relies on non-portable flock(2) semantics.  Not only is flock(2) not
  portable, but on some OSes that do have it, it is implemented in terms
  of fcntl(2) locks, which are per-process rather than per-descriptor.
  
  Revision  Changes    Path
  1.2       +4 -0      src/tools/regression/lib/libutil/test-flopen.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810201726.m9KHQm01032207>