summaryrefslogtreecommitdiff
path: root/Cython/Includes/posix/dlfcn.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/posix/dlfcn.pxd')
-rw-r--r--Cython/Includes/posix/dlfcn.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/posix/dlfcn.pxd b/Cython/Includes/posix/dlfcn.pxd
index cff5bea15..bf61997f3 100644
--- a/Cython/Includes/posix/dlfcn.pxd
+++ b/Cython/Includes/posix/dlfcn.pxd
@@ -1,5 +1,5 @@
# POSIX dynamic linking/loading interface.
-# http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html
+# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html
cdef extern from "<dlfcn.h>" nogil:
void *dlopen(const char *, int)