commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20200718-12-g304adff


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200718-12-g304adff
Date: Sat, 1 Aug 2020 15:34:08 -0400 (EDT)

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  304adff10d5bdeeb618a6633e3b80e51aa4585c6 (commit)
       via  6b52d3e3a4e625d64278a58f193c6353c67f7c95 (commit)
      from  ca3d36201329f0e21b995d831ce9f6f03b6b985e (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 304adff10d5bdeeb618a6633e3b80e51aa4585c6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 1 21:33:23 2020 +0200

    usermux: Fix extern inline usage
    
    C99 extern inline semantic is different from GNU semantic, so we cannot
    blindly write "extern inline".
    
    * usermux/usermux.h (USERMUX_EI): Define to __extern_inline instead of
    extern inline.

commit 6b52d3e3a4e625d64278a58f193c6353c67f7c95
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Aug 1 21:28:47 2020 +0200

    libfshelp: Fix extern inline usage
    
    C99 extern inline semantic is different from GNU semantic, so we cannot
    blindly write "extern inline".
    
    * libfshelp/rlock.h (FSHELP_EXTERN_INLINE): Define to __extern_inline if
    not already.
    (rlock_list_init): Mark FSHELP_EXTERN_INLINE instead of extern inline.
    * libfshelp/fshelp.h (FSHELP_EXTERN_INLINE): Define to __extern_inline
    instead of extern inline.
    * libfshelp/extern-inline.c: Include "rlock.h"

-----------------------------------------------------------------------

Summary of changes:
 libfshelp/extern-inline.c | 1 +
 libfshelp/fshelp.h        | 2 +-
 libfshelp/rlock.h         | 6 +++++-
 usermux/usermux.h         | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]