Rather than using an ifdef on the target to zero out fields,
authorDuncan Sands <baldrick@free.fr>
Wed, 14 Jul 2010 14:32:33 +0000 (14:32 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 14 Jul 2010 14:32:33 +0000 (14:32 +0000)
commit3dc7224379d87c42b1c1b4fa040dd5b2d7ae4bba
tree7e03b7ba6d4641fa36eb4a01023944359e06d353
parent54cc0e12dadd710e1b27d69c47ba30457e621d51
Rather than using an ifdef on the target to zero out fields,
just use memset to zero the entire struct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108330 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Program.inc