[glibc] elf: Stop including tls.h in ldsodefs.h

Samuel Thibault sthibaul@sourceware.org
Mon Apr 10 21:26:46 GMT 2023


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


More information about the Glibc-cvs mailing list