mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v1.03][X86] Fix freq functions argument to comply with what pthread expects
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef __FREQ_AVX__
|
||||
#define __FREQ_AVX__
|
||||
|
||||
void* compute_avx(void);
|
||||
void* compute_avx(void * pthread_arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user