This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Glob.xs, use memset() instead of bzero()
authorNicholas Clark <nick@ccl4.org>
Tue, 6 Sep 2011 13:06:06 +0000 (15:06 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 6 Sep 2011 15:44:42 +0000 (17:44 +0200)
commit924d3af1d7b5591ebab03fef27f1aef6364027da
tree2c52b2a2cde0d0efd034ba561a019750db63737c
parenta03432f295f78eec5042079a07e54fd2afb2e56e
In Glob.xs, use memset() instead of bzero()

3c97495f56fb647c used bzero(), which isn't available on some platforms.
ext/File-Glob/Glob.xs