]> 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 f5ed975a92f4bcb188b3f7e72ab93a7e9c9f9194..8f567c93e72f7ad8b9cbb5714d6be99e7dbdba33 100644 (file)
@@ -67,6 +67,7 @@ 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