diff options
Diffstat (limited to 'Cython/Includes/posix/stdlib.pxd')
-rw-r--r-- | Cython/Includes/posix/stdlib.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/posix/stdlib.pxd b/Cython/Includes/posix/stdlib.pxd index 513de938a..188e2e501 100644 --- a/Cython/Includes/posix/stdlib.pxd +++ b/Cython/Includes/posix/stdlib.pxd @@ -1,5 +1,5 @@ # POSIX additions to <stdlib.h> -# http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html +# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html cdef extern from "<stdlib.h>" nogil: void _Exit(int) |