projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11ea77
)
Whitespace fix.
author
Jakub Jelinek
<jakub@redhat.com>
Mon, 7 Apr 2003 21:18:34 +0000
(21:18 +0000)
committer
Jakub Jelinek
<jakub@redhat.com>
Mon, 7 Apr 2003 21:18:34 +0000
(21:18 +0000)
nptl/tst-detach1.c
patch
|
blob
|
history
diff --git
a/nptl/tst-detach1.c
b/nptl/tst-detach1.c
index
d6ac67c
..
867b4c6
100644
(file)
--- a/
nptl/tst-detach1.c
+++ b/
nptl/tst-detach1.c
@@
-48,7
+48,7
@@
do_test (void)
exit (1);
}
-
return 0;
+ return 0;
}
#define TEST_FUNCTION do_test ()