svn commit: r290110 - in head: include lib/libc/stdio

Xin Li delphij at delphij.net
Wed Oct 28 15:52:19 UTC 2015


On 10/28/15 07:40, Andrey A. Chernov wrote:
> Author: ache
> Date: Wed Oct 28 14:40:02 2015
> New Revision: 290110
> URL: https://svnweb.freebsd.org/changeset/base/290110
> 
> Log:
>   Add _flags2 per jhb@ suggestion since no room left in _flags.
>   Rewrite O_APPEND flag checking using new __S2OAP flag.

Is this ABI-safe?  (I was somewhat surprised that struct FILE is not
opaque, which seems to be unavoidable because some methods are
traditionally macros that have direct access to the members; the
addition is done in the end of the structure so it looks like the change
is safe).

Cheers,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20151028/4ed5f939/attachment.bin>


More information about the svn-src-head mailing list