We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64629cb commit 2bf70c8Copy full SHA for 2bf70c8
cpuid_arm.c
@@ -54,7 +54,7 @@ static char *cpuname_lower[] = {
54
int get_feature(char *search)
55
{
56
57
-#ifdef linux
+#ifdef __linux
58
FILE *infile;
59
char buffer[2048], *p,*t;
60
p = (char *) NULL ;
@@ -90,7 +90,7 @@ int get_feature(char *search)
90
int detect(void)
91
92
93
94
95
96
char buffer[512], *p;
@@ -289,7 +289,7 @@ void get_libname(void)
289
void get_features(void)
290
291
292
293
294
295
0 commit comments