1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

2004-04-19 Roland McGrath <roland@redhat.com>

* rt/tst-mqueue9.c (do_test): Initialize RESULT.
This commit is contained in:
Roland McGrath
2004-04-19 21:05:23 +00:00
parent 0a901ba456
commit f12ee3890f

View File

@ -56,7 +56,7 @@ do_test (void)
return 0;
}
int result;
int result = 0;
if (mq_unlink (name) == 0)
{
puts ("mq_unlink unexpectedly succeeded");