| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -436,6 +436,15 @@ to the completion callback. | |||
| 436 | 436 | ||
| 437 | 437 | Synchronous fchown(2). Returns `undefined`. | |
| 438 | 438 | ||
| 439 | + ## fs.fdatasync(fd, callback) | ||
| 440 | + | ||
| 441 | + Asynchronous fdatasync(2). No arguments other than a possible exception are | ||
| 442 | + given to the completion callback. | ||
| 443 | + | ||
| 444 | + ## fs.fdatasyncSync(fd) | ||
| 445 | + | ||
| 446 | + Synchronous fdatasync(2). Returns `undefined`. | ||
| 447 | + | ||
| 439 | 448 | ## fs.fstat(fd, callback) | |
| 440 | 449 | ||
| 441 | 450 | Asynchronous fstat(2). The callback gets two arguments `(err, stats)` where | |
| Back | FazBrowse Home | New Git URL |
0 commit comments