projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957a598
)
test
author
Eric Andersen
<andersen@codepoet.org>
Mon, 7 Feb 2005 23:04:54 +0000
(23:04 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 7 Feb 2005 23:04:54 +0000
(23:04 -0000)
tiny.c
[new file with mode: 0644]
patch
|
blob
diff --git a/tiny.c
b/tiny.c
new file mode 100644
(file)
index 0000000..
e54c0ff
--- /dev/null
+++ b/
tiny.c
@@ -0,0
+1,6
@@
+#include <unistd.h>
+
+int main(void)
+{
+ _exit(42);
+}