summaryrefslogtreecommitdiff
path: root/Cython/Includes/posix/wait.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/posix/wait.pxd')
-rw-r--r--Cython/Includes/posix/wait.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/posix/wait.pxd b/Cython/Includes/posix/wait.pxd
index d18cff9cf..f30be06df 100644
--- a/Cython/Includes/posix/wait.pxd
+++ b/Cython/Includes/posix/wait.pxd
@@ -1,4 +1,4 @@
-# http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/wait.h.html
+# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
from posix.types cimport pid_t, id_t
from posix.signal cimport siginfo_t