Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,
authorNicholas Clark <nick@ccl4.org>
Thu, 15 May 2008 11:24:43 +0000 (11:24 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 May 2008 11:24:43 +0000 (11:24 +0000)
commit9b68a132fa3124f6b329541cd261eec05cb12c48
tree3bc74beb0006b6aefde30cbf086837f403629367
parenta5d752217825fadff051e943940b4abad8e8b552
Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,
S_ISFIFO and S_ISREG, and pull them in from Fcntl. Spotted as a result
of bug #54186, but there has been a redefined subroutine warning for
ages if you elected to import all of POSIX and Fcntl's exports.

p4raw-id: //depot/perl@33826
ext/B/t/concise-xs.t
ext/POSIX/POSIX.pm
ext/POSIX/POSIX.xs