aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-29 15:52:06 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-29 15:52:06 -0700
commitdcc31f8f2c5ed9e8656a146922552b30a4f1ed64 (patch)
tree86bbbab64407e4e0e88fa874babfd553068c98a7 /src
parent26b6857eb24cf1c0a08d641fb25ce7375293e387 (diff)
parent9ef9ffc2ace0c6427c6648c7f5ef367da281df96 (diff)
Merge pull request #1440 from yukoba/statvfs_doc_url
Fix statvfs document URL
Diffstat (limited to 'src')
-rw-r--r--src/library.js2
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