diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-03-19 18:10:06 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-10 23:26:28 +0200 |
commit | 4644fb9c4c10287c875dc60c345a3eb6f4c8e87b (patch) | |
tree | c34fe9ad3d783031f995ce97ca7aff1f5b6734a5 | |
parent | 60f9bf974694d50daf58d46347b06a5975ac5ddd (diff) | |
download | glibc-4644fb9c4c10287c875dc60c345a3eb6f4c8e87b.tar.gz glibc-4644fb9c4c10287c875dc60c345a3eb6f4c8e87b.tar.xz glibc-4644fb9c4c10287c875dc60c345a3eb6f4c8e87b.zip |
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>
-rw-r--r-- | sysdeps/generic/ldsodefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |