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.23-444-g7cda825


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  7cda82594a61836de25885f5d09afb3e5929a0a1 (commit)
      from  8c010e2f7135902b6dc90f0577573dacbb54cde9 (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=7cda82594a61836de25885f5d09afb3e5929a0a1

commit 7cda82594a61836de25885f5d09afb3e5929a0a1
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Jun 9 01:43:49 2016 +0200

    mach: Add mach_print sycsall declaration
    
    * mach/mach/mach_traps.h (mach_print): Add syscall declaration.

diff --git a/ChangeLog b/ChangeLog
index 12ac302..c07772e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-09  Samuel Thibault  <samuel.thibault@ens-lyon.org
+
+	* mach/mach/mach_traps.h (mach_print): Add syscall declaration.
+
 2016-06-08  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #20229]
diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h
index 10dd370..614a887 100644
--- a/mach/mach/mach_traps.h
+++ b/mach/mach/mach_traps.h
@@ -75,5 +75,10 @@ kern_return_t __thread_switch (mach_port_t new_thread,
 kern_return_t evc_wait (unsigned int event);
 kern_return_t __evc_wait (unsigned int event);
 
+/* Display a null-terminated character string on the Mach console. This
+   system call is meant as a debugging tool useful to circumvent messaging
+   altogether.  */
+
+extern void mach_print(const char *s);
 
 #endif	/* mach/mach_traps.h */

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

Summary of changes:
 ChangeLog              |    4 ++++
 mach/mach/mach_traps.h |    5 +++++
 2 files changed, 9 insertions(+), 0 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]