Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2009 10:10:30 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys open.2 src/sys/sys fcntl.h
Message-ID:  <200902281018.n1SAIFwx063970@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-02-28 10:10:30 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         open.2 
    sys/sys              fcntl.h 
  Log:
  SVN rev 189143 on 2009-02-28 10:10:30Z by ed
  
  Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.
  
  On FreeBSD, this is the default behaviour. According to the spec, we may
  give this flag a value of zero, but I'd rather not do this. If we define
  it to a non-zero value, we can always change default behaviour without
  changing the ABI. This is very unlikely to happen, though.
  
  Revision  Changes    Path
  1.40      +15 -1     src/lib/libc/sys/open.2
  1.23      +5 -0      src/sys/sys/fcntl.h



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