repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
package
/
dhrystone
/
0003-exit.patch
blob
8d99f4e5d7589c578582355233c4b6b5f80a6f3f
1
trust the exit status of the program
2
3
Patch 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