svn commit: r331057 - head/sys/compat/linux

John Baldwin jhb at freebsd.org
Mon Mar 19 15:43:04 UTC 2018


On Friday, March 16, 2018 02:51:47 PM Ed Maste wrote:
> Author: emaste
> Date: Fri Mar 16 14:51:47 2018
> New Revision: 331057
> URL: https://svnweb.freebsd.org/changeset/base/331057
> 
> Log:
>   linux_errno.c: add newer errno values
>   
>   Also introduce a static assert to ensure the list is kept up to date.
>   
>   Sponsored by:	Turing Robotic Industries Inc.

Could you move the table to a header perhaps so it can also be shared
with lib/libsysdecode/errno.c (which has another copy of this table)?

-- 
John Baldwin


More information about the svn-src-head mailing list