svn commit: r331356 - in head: lib/libsysdecode sys/amd64/linux sys/amd64/linux32 sys/compat/linux sys/i386/linux sys/modules/linux_common

Ed Maste emaste at freebsd.org
Thu Mar 22 13:56:08 UTC 2018


On 22 March 2018 at 08:58, Ed Maste <emaste at freebsd.org> wrote:
> Author: emaste
> Date: Thu Mar 22 12:58:49 2018
> New Revision: 331356
> URL: https://svnweb.freebsd.org/changeset/base/331356
>
> Log:
>   Share Linux errno table with libsysdecode

I had a question about using ".inc" vs ".h". I followed the ".inc"
convention from some examples in llvm and elsewhere, because
linux_errno.inc is unlike regular headers - it's not idempotent, and
the array has to be the first non-comment content in the file because
it's prefixed with "static" before one of the #includes.


More information about the svn-src-all mailing list