summaryrefslogtreecommitdiff
path: root/Cython/Includes/posix/stdio.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/posix/stdio.pxd')
-rw-r--r--Cython/Includes/posix/stdio.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/posix/stdio.pxd b/Cython/Includes/posix/stdio.pxd
index 53913fdf4..38b815559 100644
--- a/Cython/Includes/posix/stdio.pxd
+++ b/Cython/Includes/posix/stdio.pxd
@@ -1,5 +1,5 @@
# POSIX additions to <stdio.h>.
-# http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html
+# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html
from libc.stdio cimport FILE
from libc.stddef cimport wchar_t