The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-fs-truncate.js @ 6f043940

History | View | Annotate | Download (3.77 KB)

# Date Author Comment
143e9bef 08/28/2012 06:16 PM Bert Belder

test: make test-fs-truncate pass on windows

168a5557 08/06/2012 11:40 AM isaacs

fs: fix naming of truncate/ftruncate functions

For backwards compatibility, fs.truncate(<number>) will proxy to
fs.ftruncate.

Fix #3805