From cc79186681df3f3f373f7e22493bdf0859016eb6 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 27 Sep 2020 02:40:06 -0500 Subject: pthread: Fix typo --- libgcompat/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcompat/pthread.c b/libgcompat/pthread.c index 19adceb..eeeddf1 100644 --- a/libgcompat/pthread.c +++ b/libgcompat/pthread.c @@ -65,7 +65,7 @@ int pthread_yield(void) /** * Allocate a large enough CPU set */ -cpu_set_t *__sched_cpualloc(size_t _count) +cpu_set_t *__sched_cpualloc(size_t __count) { return CPU_ALLOC(__count); } -- cgit v1.2.3-60-g2f50