No point in going into memory-saving contortions
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Jun 2001 13:07:18 +0000 (13:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Jun 2001 13:07:18 +0000 (13:07 +0000)
commit8f95b30d1b432a64a1797b0957af01437ea8f0d4
tree8035060ff97328c780ce76ecd35e0d4ffb9eb6ca
parenta957f605ba75f16b2eb6f85e3cfffa325e8c9168
No point in going into memory-saving contortions
with getcwd() since there's a danger of buffer overflow.
Also make the POSIX extension to use sv_getcwd().
Finally, a missed proto.h fragment.

p4raw-id: //depot/perl@10748
ext/POSIX/POSIX.xs
proto.h
util.c