Change ifdef linux to __linux for C11 compatibility
This commit is contained in:
@@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
|
||||
fprintf(stderr,"Out of Memory!!\n");exit(1);
|
||||
}
|
||||
|
||||
#ifdef linux
|
||||
#ifdef __linux
|
||||
srandom(getpid());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user