public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/zack/y2038-preliminaries] Add RTLD_SINGLE_THREAD_P on generic single-thread.h
@ 2019-08-28 13:03 Zack Weinberg
  0 siblings, 0 replies; only message in thread
From: Zack Weinberg @ 2019-08-28 13:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=624c109b2a273dbfd6f87795a64ac1f6c5d89f10

commit 624c109b2a273dbfd6f87795a64ac1f6c5d89f10
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Aug 14 15:05:50 2019 -0300

    Add RTLD_SINGLE_THREAD_P on generic single-thread.h
    
    	* sysdeps/generic/single-thread.h (RTLD_SINGLE_THREAD_P): Add
    	definition.

Diff:
---
 ChangeLog                       | 5 +++++
 sysdeps/generic/single-thread.h | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 956ecec..59c9833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-23  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/generic/single-thread.h (RTLD_SINGLE_THREAD_P): Add
+	definition.
+
 2019-08-23  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	[BZ #24682]
diff --git a/sysdeps/generic/single-thread.h b/sysdeps/generic/single-thread.h
index 0a1520e..bf1b3e8 100644
--- a/sysdeps/generic/single-thread.h
+++ b/sysdeps/generic/single-thread.h
@@ -20,5 +20,6 @@
 #define _SINGLE_THREAD_H
 
 #define SINGLE_THREAD_P (0)
+#define RTLD_SINGLE_THREAD_P (0)
 
 #endif /* _SINGLE_THREAD_H  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-28 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 13:03 [glibc/zack/y2038-preliminaries] Add RTLD_SINGLE_THREAD_P on generic single-thread.h Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).