svn commit: r340195 - head/sys/compat/freebsd32

John Baldwin jhb at FreeBSD.org
Tue Nov 6 18:16:04 UTC 2018


On 11/6/18 10:05 AM, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Tue Nov  6 18:05:46 2018
> New Revision: 340195
> URL: https://svnweb.freebsd.org/changeset/base/340195
> 
> Log:
>   capsicum: Add ppoll and freebsd32_ppoll to compat32.
>   
>   PR:		232495
>   Pointed out by: brooks
>   MFC after:	2 weeks
> 
> Modified:
>   head/sys/compat/freebsd32/capabilities.conf
> 
> Modified: head/sys/compat/freebsd32/capabilities.conf
> ==============================================================================
> --- head/sys/compat/freebsd32/capabilities.conf	Tue Nov  6 18:03:04 2018	(r340194)
> +++ head/sys/compat/freebsd32/capabilities.conf	Tue Nov  6 18:05:46 2018	(r340195)
> @@ -203,6 +203,8 @@ pdkill
>  freebsd32_pipe
>  pipe2
>  poll
> +ppoll
> +freebsd32_ppoll
>  freebsd32_posix_fallocate
>  freebsd32_pread
>  freebsd32_preadv

Presumably you don't need to list ppoll in this file since freebsd32
doesn't define a ppoll syscall, only freebsd32_ppoll?

-- 
John Baldwin

                                                                            


More information about the svn-src-head mailing list