diff options
-rw-r--r-- | libgcompat/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |