diff options
author | Yu Kobayashi <yukoba@accelart.jp> | 2013-07-30 07:30:19 +0900 |
---|---|---|
committer | Yu Kobayashi <yukoba@accelart.jp> | 2013-07-30 07:30:19 +0900 |
commit | 353d5df7aa13b802affea7c1e18706bb5a700678 (patch) | |
tree | ca664ecc08435667eddf25e7aecc1ab8def87a32 | |
parent | 61526bc8b6eca8950e34616fc9cad2212c18abe6 (diff) |
Fix statvfs document URL
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |