diff options
author | 2021-05-27 09:11:10 -0300 | |
---|---|---|
committer | 2021-06-04 09:52:28 -0300 | |
commit | eaa53d0f77691e37aa6f22e18205a2ba019e1a1c (patch) | |
tree | 7f9445d151b654a571af34c638564875030faf85 /csu/libc-start.c | |
parent | Improve test coverage of strnlen function (diff) | |
download | glibc-eaa53d0f77691e37aa6f22e18205a2ba019e1a1c.tar.xz glibc-eaa53d0f77691e37aa6f22e18205a2ba019e1a1c.zip |
nptl: Remove exit-thread.h
No function change. The code is used only for Linux, besides
being included in generic code.
Diffstat (limited to 'csu/libc-start.c')
-rw-r--r-- | csu/libc-start.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csu/libc-start.c b/csu/libc-start.c index 8688cba76d..5b5913e7bf 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -30,7 +30,6 @@ #include <stdio.h> #include <unistd.h> #include <ldsodefs.h> -#include <exit-thread.h> #include <libc-diag.h> #include <libc-internal.h> #include <elf/libc-early-init.h> |