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