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 573046659986d036650c25cd214c75d9ee0b508a (commit)
from c56cf579b7d7b78d26772331efbf099b3e53c456 (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 573046659986d036650c25cd214c75d9ee0b508a
Author: Romain Naour <[email protected]>
Date: Sat Nov 21 00:03:47 2020 +0100
libfshelp: Fix extern inline definitions
The commit [1] updated rlock.h and fshelp.h to use
FSHELP_DEFINE_EXTERN_INLINE but it's never defined
because FSHELP_EXTERN_INLINE is used in
libfshelp/extern-inline.c.
Update this file to use define FSHELP_DEFINE_EXTERN_INLINE.
[1] ca3d36201329f0e21b995d831ce9f6f03b6b985e
* libfshelp/extern-inline.c: define FSHELP_DEFINE_EXTERN_INLINE.
* libfshelp/fshelp.h: define FSHELP_EXTERN_INLINE __extern_inline
if FSHELP_DEFINE_EXTERN_INLINE is not defined.
* libfshelp/rlock.h: Likewise
Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Samuel Thibault <[email protected]>
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
libfshelp/extern-inline.c | 2 +-
libfshelp/fshelp.h | 4 +++-
libfshelp/rlock.h | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
Hurd