xref: /OK3568_Linux_fs/buildroot/package/dhrystone/0003-exit.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1trust the exit status of the program
2
3Patch by Robin Getz <rgetz@blackfin.uclinux.org>
4
5--- a/dhry_1.c
6+++ b/dhry_1.c
7@@ -274,6 +289,7 @@
8     printf ("\n");
9   }
10
11+  exit(0);
12 }
13
14
15