This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch sthibaul/hurd-builds updated. glibc-2.26.9000-1163-g48a664c


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 C Library master sources".

The branch, sthibaul/hurd-builds has been updated
       via  48a664c9882239bc1059e4588abf3e9e6f04aba7 (commit)
      from  fe5cb6455fb695be525b96964cfc128b0397af1b (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=48a664c9882239bc1059e4588abf3e9e6f04aba7

commit 48a664c9882239bc1059e4588abf3e9e6f04aba7
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Jan 24 00:04:16 2018 +0100

    fix prototype

diff --git a/mach/lock-intern.h b/mach/lock-intern.h
index 1542bcd..9a51837 100644
--- a/mach/lock-intern.h
+++ b/mach/lock-intern.h
@@ -35,7 +35,7 @@ typedef unsigned int __spin_lock_t;
 
 /* Initialize LOCK.  */
 
-void __spin_lock_init (__spin_lock_t *__lock)
+void __spin_lock_init (__spin_lock_t *__lock);
 
 #if defined __USE_EXTERN_INLINES && defined _LIBC
 _EXTERN_INLINE void

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

Summary of changes:
 mach/lock-intern.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]