Skip to content

Commit a7d5d00

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_mips.c

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

8585
int detect(void){
8686

87-
#ifdef linux
87+
#ifdef __linux
8888
FILE *infile;
8989
char buffer[512], *p;
9090

0 commit comments

Comments
 (0)