summaryrefslogtreecommitdiff
path: root/Cython/Includes/libc/time.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/libc/time.pxd')
-rw-r--r--Cython/Includes/libc/time.pxd7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cython/Includes/libc/time.pxd b/Cython/Includes/libc/time.pxd
index 3aa15a2ee..318212eea 100644
--- a/Cython/Includes/libc/time.pxd
+++ b/Cython/Includes/libc/time.pxd
@@ -1,4 +1,4 @@
-# http://en.wikipedia.org/wiki/C_date_and_time_functions
+# https://en.wikipedia.org/wiki/C_date_and_time_functions
from libc.stddef cimport wchar_t
@@ -20,8 +20,9 @@ cdef extern from "<time.h>" nogil:
int tm_wday
int tm_yday
int tm_isdst
- char *tm_zone
- long tm_gmtoff
+ # GNU specific extensions
+ #char *tm_zone
+ #long tm_gmtoff
int daylight # global state
long timezone