mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 00:10:38 +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_NO_VECTOR__
|
||||
#define __FREQ_NO_VECTOR__
|
||||
|
||||
void* compute_nov(void);
|
||||
void* compute_nov(void * pthread_arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user