Skip to content

Commit 0b2bb56

Browse files
authored
Change ifdef linux to __linux for C11 compatibility
1 parent a7d5d00 commit 0b2bb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_mips64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static char *cpuname[] = {
9090

9191
int detect(void){
9292

93-
#ifdef linux
93+
#ifdef __linux
9494
FILE *infile;
9595
char buffer[512], *p;
9696

0 commit comments

Comments
 (0)