buildroot/package/dhrystone/0003-exit.patch
Peter Korsgaard 298cd8eaa2 package/*: rename patches according to the new policy
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345)

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-03 14:52:56 +01: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);
}