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.27.9000-101-g315304d


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  315304d24a5149a3670217514256b4ae959089e3 (commit)
      from  30bfee2630b960050d1d50cafaab43fc171abc03 (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=315304d24a5149a3670217514256b4ae959089e3

commit 315304d24a5149a3670217514256b4ae959089e3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Feb 21 23:32:46 2018 +0100

    hurd: Add sysdep-cancel.h

diff --git a/ChangeLog b/ChangeLog
index 7f30e3d..3dbdbd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -153,6 +153,7 @@
 2018-02-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
+	* sysdeps/mach/hurd/sysdep-cancel.h: New file.
 
 2018-02-20  Rical Jasan  <ricaljasan@pacific.net>
 
diff --git a/sysdeps/mach/hurd/sysdep-cancel.h b/sysdeps/mach/hurd/sysdep-cancel.h
new file mode 100644
index 0000000..ec55c73
--- /dev/null
+++ b/sysdeps/mach/hurd/sysdep-cancel.h
@@ -0,0 +1,9 @@
+#include <sysdep.h>
+
+/* Always multi-thread (since there's at least the sig handler), but no
+   handling enabled.  */
+#define SINGLE_THREAD_P (0)
+#define RTLD_SINGLE_THREAD_P (0)
+#define LIBC_CANCEL_ASYNC()	0 /* Just a dummy value.  */
+#define LIBC_CANCEL_RESET(val)	((void)(val)) /* Nothing, but evaluate it.  */
+#define LIBC_CANCEL_HANDLED()	/* Nothing.  */

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

Summary of changes:
 ChangeLog                                      |    1 +
 sysdeps/{generic => mach/hurd}/sysdep-cancel.h |    7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)
 copy sysdeps/{generic => mach/hurd}/sysdep-cancel.h (56%)


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]