Browse Source

Fix uninitialized variable.

Valgrind complains if any data passed to a syscall is uninitialized,
even though logically, kernel will not use part of it. This commit
shuts down the warning.


[SVN r46159]
Vladimir Prus 18 years ago
parent
commit
9f4893a78c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/test

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 3ee7c0990d8011dbf6e239f480054ae1661ae7bc
+Subproject commit 41eb47789f6e518bba4f2f948bde828761b4d492

粤ICP备19079148号