summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5c997e0..1b6b093 100644
--- a/main.c
+++ b/main.c
@@ -10,7 +10,7 @@ int result[NUM_THREADS];
pthread_mutex_t lock;
int counter;
-void *sleepMe(int64_t *p)
+void *sleepMe(int *p)
{
usleep((*p)*500);//*200 will do, but *500 is needed to reliably attain a correct order for numbers only 1 apart