This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via ad51c68171cb6a1cae15c61ca0218bbee2c05485 (commit)
from 3c26c30fd2a5bdec081384d45e42a7ea4e424846 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ad51c68171cb6a1cae15c61ca0218bbee2c05485
Author: Flavio Cruz <[email protected]>
Date: Wed Dec 14 02:35:47 2022 -0500
Use __builtin_ffs instead of libc provided ffs in vm_map.c
We already use this built-in in other places and this will move us closer to
being able to build the kernel without libc.
Message-Id: <Y5l80/[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 4 ++--
vm/vm_map.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU Mach