summaryrefslogtreecommitdiff
path: root/Cython/Includes/posix/mman.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/posix/mman.pxd')
-rw-r--r--Cython/Includes/posix/mman.pxd4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cython/Includes/posix/mman.pxd b/Cython/Includes/posix/mman.pxd
index c810f431b..9f26f7615 100644
--- a/Cython/Includes/posix/mman.pxd
+++ b/Cython/Includes/posix/mman.pxd
@@ -1,4 +1,6 @@
-# http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/mman.h.html
+# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html
+# https://man7.org/linux/man-pages/man2/mmap.2.html
+# https://www.freebsd.org/cgi/man.cgi?query=mmap&sektion=2
from posix.types cimport off_t, mode_t