Keep valgrind happy when calling timer_create
authorsven.panne@aedion.de <unknown>
Sun, 16 Sep 2007 11:19:27 +0000 (11:19 +0000)
committersven.panne@aedion.de <unknown>
Sun, 16 Sep 2007 11:19:27 +0000 (11:19 +0000)
commit3db3a003331b41794a494c8db954517a5a2bf930
tree2d5a88ececfaa566d66179851e27d41f5c9ab0c0
parent684fde094dc5b064b49dbef191ca07cb9a018e45
Keep valgrind happy when calling timer_create
Fill all of the sigevent structure with zeroes before individual fields are
set. Although not strictly necessary, this keeps tools like valgrind from
complaining about passing uninitialized data, which is a good thing.

MERGE TO STABLE
rts/posix/Itimer.c