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 master updated. glibc-2.28.9000-258-gfc1c7bd


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, master has been updated
       via  fc1c7bdc6d61d7571b3a2ed0f718c98170bd9711 (commit)
      from  2e96e9808eb6e76304907123455668894147d836 (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=fc1c7bdc6d61d7571b3a2ed0f718c98170bd9711

commit fc1c7bdc6d61d7571b3a2ed0f718c98170bd9711
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 4 02:11:16 2018 +0100

    hurd: Fix last-minute refactoring
    
    * sysdeps/mach/hurd/msync.c (msync): Fix syntax.

diff --git a/sysdeps/mach/hurd/msync.c b/sysdeps/mach/hurd/msync.c
index 3e41503..a4b30f7 100644
--- a/sysdeps/mach/hurd/msync.c
+++ b/sysdeps/mach/hurd/msync.c
@@ -54,7 +54,7 @@ msync (void *addr, size_t length, int flags)
 
       err = __vm_region (__mach_task_self (),
 			 &begin, &len, &prot, &max_prot, &inherit,
-			 &shared, &obj, &offset)
+			 &shared, &obj, &offset);
 
       if (err != KERN_SUCCESS)
 	return __hurd_fail (err);

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

Summary of changes:
 sysdeps/mach/hurd/msync.c |    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]