]> granicus.if.org Git - php/commit
Fix readdir bug in libc5
authorStanislav Malyshev <stas@php.net>
Thu, 7 Sep 2000 17:55:53 +0000 (17:55 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 7 Sep 2000 17:55:53 +0000 (17:55 +0000)
commit662c6c6c06f109b00d88277f2ea3ef455fb24f5f
tree0acb30a75f6acbc5bad65b2d6d8ee74742b9cfb6
parent0fddc30b7a17fc4fb74091bd634942650b893391
Fix readdir bug in libc5
@Fix readdir bug in libc5
# If libc5 receives 0 in *result of readdir_r, it just returns error
# That's a clear bug, so this is a workaround.
ext/standard/dir.c