mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
The test uses the while (true) construct.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user