Change ifdef linux to __linux for C11 compatibility
This commit is contained in:
@@ -150,7 +150,7 @@ int main(int argc, char *argv[]){
|
||||
|
||||
|
||||
|
||||
#ifdef linux
|
||||
#ifdef __linux
|
||||
srandom(getpid());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user