Added posix fsync and fdatasync to fs module
authorAndrew Johnston <apjohnsto@gmail.com>
Mon, 22 Mar 2010 07:25:24 +0000 (07:25 +0000)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 15 May 2010 01:42:22 +0000 (18:42 -0700)
commit95996070650c5d487c1abaa227b73ab1b771278e
tree1769cfe16ec4d42bde6c5f96fef3402d531f7656
parentac3a2d899a12b7eabf01eb72b4c1de68b6a34e2b
Added posix fsync and fdatasync to fs module
lib/fs.js
src/node_file.cc
test/simple/test-fs-fsync.js [new file with mode: 0644]
wscript