mirror of git://sourceware.org/git/glibc.git
nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
The test uses the while (true) construct.
This commit is contained in:
parent
1ec411f7ae
commit
6e30efe570
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue