On Sun, Nov 22, 2020 at 05:34:51AM +0000, Kyle Evans wrote: > Author: kevans > Date: Sun Nov 22 05:34:51 2020 > New Revision: 367928 > URL: https://svnweb.freebsd.org/changeset/base/367928 > > Log: > _umtx_op: move compat32 definitions back in > > These are reasonably compact, and a future commit will blur the compat32 > lines by supporting 32-bit operations with the native _umtx_op.
I do not mind much about placement of the compat32 syscall stubs, but I did suggested and liked move of the compat32 structures definitions into freebsd32.h. They are actually useful that way, at least allowing me to write some (private) tests in the past. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"