projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302ea19
)
test file, no longer needed
author
Eric Andersen
<andersen@codepoet.org>
Tue, 8 Feb 2005 00:17:56 +0000
(
00:17
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 8 Feb 2005 00:17:56 +0000
(
00:17
-0000)
tiny.c
[deleted file]
patch
|
blob
|
history
diff --git
a/tiny.c
b/tiny.c
deleted file mode 100644
(file)
index
9015db5
..0000000
--- a/
tiny.c
+++ /dev/null
@@
-1,8
+0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}