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 "Hurd".
The branch, master has been updated
via f1505f3dc03218cce46c278dbd6fffc2b3809bd7 (commit)
from 6357d0b257044d639f8321c68d2fd21bc7e1eda5 (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 f1505f3dc03218cce46c278dbd6fffc2b3809bd7
Author: Samuel Thibault <[email protected]>
Date: Sun Apr 11 23:18:15 2021 +0200
Call _hurd_libc_proc_init when available
glibc 2.33 separated out _hurd_libc_proc_init from _hurd_init, so we
have to additionally call it.
* configure.ac (_hurd_libc_proc_init): Detect function.
* libdiskfs/boot-start.c (diskfs_S_fsys_init): Call
_hurd_libc_proc_init.
* libmachdev/trivfs_server.c (trivfs_S_fsys_init): Call
_hurd_libc_proc_init.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
libdiskfs/boot-start.c | 3 +++
libmachdev/trivfs_server.c | 3 +++
3 files changed, 7 insertions(+)
hooks/post-receive
--
Hurd