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

@@ -168,7 +168,7 @@ int main(int argc, char *argv[])
exit(1);
}
#ifdef linux
#ifdef __linux
srandom(getpid());
#endif