diff options
author | Roland McGrath <roland@gnu.org> | 2004-04-19 21:05:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-04-19 21:05:23 +0000 |
commit | f12ee3890f5dd49b10de9e8508aa811e01c22432 (patch) | |
tree | 31aa318342b4484ac8887a349e86515a3c7e717f /rt | |
parent | 0a901ba456d0a0e6dfd0488b3f20f03d9e103d6f (diff) | |
download | glibc-f12ee3890f5dd49b10de9e8508aa811e01c22432.zip glibc-f12ee3890f5dd49b10de9e8508aa811e01c22432.tar.gz glibc-f12ee3890f5dd49b10de9e8508aa811e01c22432.tar.bz2 |
2004-04-19 Roland McGrath <roland@redhat.com>
* rt/tst-mqueue9.c (do_test): Initialize RESULT.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/tst-mqueue9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-mqueue9.c b/rt/tst-mqueue9.c index d6ec6ca..fb057d4 100644 --- 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"); |