]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
authorFlorian Weimer <fweimer@redhat.com>
Wed, 12 Mar 2025 10:10:14 +0000 (11:10 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 12 Mar 2025 10:10:14 +0000 (11:10 +0100)
The test uses the while (true) construct.

nptl/tst-pthread_gettid_np.c

index 6a98d864e222b9f59d64ec4ffcf3d512ecda1660..ced42915106f539042bc7a76a6852f63f185ddeb 100644 (file)
@@ -20,6 +20,7 @@
 #include <pthread.h>
 #include <sched.h>
 #include <signal.h>
+#include <stdbool.h>
 #include <support/check.h>
 #include <support/xthread.h>
 #include <unistd.h>