diff options
Diffstat (limited to 'lib/careadlinkat.h')
-rw-r--r-- | lib/careadlinkat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/careadlinkat.h b/lib/careadlinkat.h index 68b69aa8893..3c08fd6d102 100644 --- a/lib/careadlinkat.h +++ b/lib/careadlinkat.h @@ -40,7 +40,7 @@ struct allocator; The PREADLINKAT function specifies how to read links. It operates like POSIX readlinkat() - <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html> + <https://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html> but can assume that its first argument is the same as FD. If successful, return the buffer address; otherwise return NULL and |