diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-29 15:52:06 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-29 15:52:06 -0700 |
commit | dcc31f8f2c5ed9e8656a146922552b30a4f1ed64 (patch) | |
tree | 86bbbab64407e4e0e88fa874babfd553068c98a7 | |
parent | 26b6857eb24cf1c0a08d641fb25ce7375293e387 (diff) | |
parent | 9ef9ffc2ace0c6427c6648c7f5ef367da281df96 (diff) |
Merge pull request #1440 from yukoba/statvfs_doc_url
Fix statvfs document URL
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/library.js | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -90,4 +90,5 @@ a license to everyone to use it as detailed in LICENSE.) * Soeren Balko <soeren.balko@gmail.com> * Ryan Kelly (ryan@rfk.id.au) * Michael Lelli <toadking@toadking.com> +* Yu Kobayashi <yukoba@accelart.jp> diff --git a/src/library.js b/src/library.js index f7c7a3ba..53ac7e86 100644 --- a/src/library.js +++ b/src/library.js @@ -1165,7 +1165,7 @@ LibraryManager.library = { ['i32', 'f_namemax']]), statvfs__deps: ['$FS', '__statvfs_struct_layout'], statvfs: function(path, buf) { - // http://pubs.opengroup.org/onlinepubs/7908799/xsh/stat.html + // http://pubs.opengroup.org/onlinepubs/009695399/functions/statvfs.html // int statvfs(const char *restrict path, struct statvfs *restrict buf); var offsets = ___statvfs_struct_layout; // NOTE: None of the constants here are true. We're just returning safe and |