summaryrefslogtreecommitdiff
path: root/lib/pathmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pathmax.h')
-rw-r--r--lib/pathmax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pathmax.h b/lib/pathmax.h
index 9463a1fb2c6..4287d15870c 100644
--- a/lib/pathmax.h
+++ b/lib/pathmax.h
@@ -20,7 +20,7 @@
/* POSIX:2008 defines PATH_MAX to be the maximum number of bytes in a filename,
including the terminating NUL byte.
- <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html>
+ <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html>
PATH_MAX is not defined on systems which have no limit on filename length,
such as GNU/Hurd.