mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Include unistd.h for prototype of sleep.
This commit is contained in:
@ -11,6 +11,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
const int beatup_iterations = 10000;
|
const int beatup_iterations = 10000;
|
||||||
const int num_threads = 30;
|
const int num_threads = 30;
|
||||||
|
Reference in New Issue
Block a user