mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
2004-04-19 Roland McGrath <roland@redhat.com>
* rt/tst-mqueue9.c (do_test): Initialize RESULT.
This commit is contained in:
parent
0a901ba456
commit
f12ee3890f
@ -56,7 +56,7 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int result;
|
||||
int result = 0;
|
||||
if (mq_unlink (name) == 0)
|
||||
{
|
||||
puts ("mq_unlink unexpectedly succeeded");
|
||||
|
Loading…
Reference in New Issue
Block a user