]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/ape/time.h
libsec: implement elliptic curve group operations in jacobian coordinate system
[plan9front.git] / sys / include / ape / time.h
index 73dfc797d6ac9f71629e8f6673631310c685812b..8f567c93e72f7ad8b9cbb5714d6be99e7dbdba33 100644 (file)
@@ -66,6 +66,9 @@ extern int nanosleep(const struct timespec *req, struct timespec *rem);
 
 #ifdef _POSIX_SOURCE
 extern char *tzname[2];
+extern long timezone;
+extern long altzone;
+extern int daylight;
 #endif
 
 #endif /* __TIME_H */