summaryrefslogtreecommitdiff
path: root/benchmark/rot.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/rot.c')
-rw-r--r--benchmark/rot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/rot.c b/benchmark/rot.c
index 8ec8b1d97..69698988d 100644
--- a/benchmark/rot.c
+++ b/benchmark/rot.c
@@ -156,7 +156,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
-#ifdef linux
+#ifdef __linux
srandom(getpid());
#endif