Change ifdef linux to __linux for C11 compatibility

This commit is contained in:
Martin Kroeker
2020-09-30 22:59:41 +02:00
committed by GitHub
parent e1574cbc83
commit 5464eb13ea
51 changed files with 51 additions and 51 deletions

View File

@@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
loops = atoi(p);
#ifdef linux
#ifdef __linux
srandom(getpid());
#endif