On 22 March 2018 at 08:58, Ed Maste <ema...@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. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"