projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a901ba
)
2004-04-19 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 2004 21:05:23 +0000
(21:05 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 2004 21:05:23 +0000
(21:05 +0000)
* rt/tst-mqueue9.c (do_test): Initialize RESULT.
rt/tst-mqueue9.c
patch
|
blob
|
history
diff --git
a/rt/tst-mqueue9.c
b/rt/tst-mqueue9.c
index
d6ec6ca
..
fb057d4
100644
(file)
--- a/
rt/tst-mqueue9.c
+++ b/
rt/tst-mqueue9.c
@@
-56,7
+56,7
@@
do_test (void)
return 0;
}
- int result;
+ int result
= 0
;
if (mq_unlink (name) == 0)
{
puts ("mq_unlink unexpectedly succeeded");