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