mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.03][X86] Fix freq functions argument to comply with what pthread expects
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
#include <stdint.h>
|
||||
#include "freq.h"
|
||||
|
||||
void* compute_nov(void) {
|
||||
void* compute_nov(void * pthread_arg) {
|
||||
UNUSED(pthread_arg);
|
||||
bool end = false;
|
||||
|
||||
struct timeval begin, now;
|
||||
|
||||
Reference in New Issue
Block a user