public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Stop including tls.h in ldsodefs.h
@ 2023-04-10 21:26 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-04-10 21:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4644fb9c4c10287c875dc60c345a3eb6f4c8e87b

commit 4644fb9c4c10287c875dc60c345a3eb6f4c8e87b
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Sun Mar 19 18:10:06 2023 +0300

    elf: Stop including tls.h in ldsodefs.h
    
    Nothing in there needs tls.h
    
    Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
    Message-Id: <20230319151017.531737-24-bugaevc@gmail.com>

Diff:
---
 sysdeps/generic/ldsodefs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index e1ab272a79..ba53176296 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -38,7 +38,6 @@
 #include <dl-fixup-attribute.h>
 #include <libc-lock.h>
 #include <hp-timing.h>
-#include <tls.h>
 #include <list_t.h>
 
 __BEGIN_DECLS

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

only message in thread, other threads:[~2023-04-10 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10 21:26 [glibc] elf: Stop including tls.h in ldsodefs.h Samuel Thibault

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).