X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rcutorture.h;h=00b0b316b736c181aa3270d45a78b5403637db87;hp=e123559103c669fcf2ceadfb673fe0616e2e0010;hb=538d7df5086144837beb7a9c1e2a94eb637b9904;hpb=121a5d44c8cc7197116df73854cb94c6cfbad0b0 diff --git a/rcutorture.h b/rcutorture.h index e123559..00b0b31 100644 --- a/rcutorture.h +++ b/rcutorture.h @@ -413,4 +413,5 @@ int main(int argc, char *argv[]) usage(argc, argv); } perftest(nreaders, cpustride); + return 0; }