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