diff options
Diffstat (limited to 'package/dhrystone/dhrystone-2-exit.patch')
-rw-r--r-- | package/dhrystone/dhrystone-2-exit.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/dhrystone/dhrystone-2-exit.patch b/package/dhrystone/dhrystone-2-exit.patch new file mode 100644 index 000000000..8d99f4e5d --- /dev/null +++ b/package/dhrystone/dhrystone-2-exit.patch @@ -0,0 +1,14 @@ +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); + } + + |