projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7c511
)
elf: Include <stdbool.h> in tst-tls20.c
author
Florian Weimer
<fweimer@redhat.com>
Tue, 30 Nov 2021 14:39:17 +0000
(15:39 +0100)
committer
Florian Weimer
<fweimer@redhat.com>
Tue, 30 Nov 2021 14:39:17 +0000
(15:39 +0100)
The test uses the bool type.
elf/tst-tls20.c
patch
|
blob
|
history
diff --git
a/elf/tst-tls20.c
b/elf/tst-tls20.c
index 18067e6b0a6093f9a446aa1a361dfa2b05f91a6f..200dacb748af21a8f919f2662112d6a5090affe8 100644
(file)
--- a/
elf/tst-tls20.c
+++ b/
elf/tst-tls20.c
@@
-19,6
+19,7
@@
#include <array_length.h>
#include <dlfcn.h>
#include <pthread.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>