Files
domo/bsp/buildroot-2017.02.11/package/dhrystone/0003-exit.patch
2018-05-22 15:35:47 +02:00

15 lines
186 B
Diff

trust the exit status of the program
Patch by Robin Getz <rgetz@blackfin.uclinux.org>
--- a/dhry_1.c
+++ b/dhry_1.c
@@ -274,6 +289,7 @@
printf ("\n");
}
+ exit(0);
}