X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Ftime.m4;h=6fd6c1004679ce5f9c0f110fe97a00f105d13875;hp=c6f71b7ad7910f08ece56ccadb6d209b07df5125;hb=81b71a515e2024cee739deb6e207eb3b0e7c5d64;hpb=b1720af16e5d7765e2effcd16e23f351c2f82e54;ds=sidebyside diff --git a/m4/time.m4 b/m4/time.m4 index c6f71b7..6fd6c10 100644 --- a/m4/time.m4 +++ b/m4/time.m4 @@ -56,4 +56,8 @@ PSI_CHECK_TIME() { PSI_DECL(int timer_gettime, [(timer_t t, struct itimerspec *ts)]) PSI_DECL(int timer_settime, [(timer_t t, int flags, struct itimerspec *value, struct itimerspec *ovalue)]) PSI_DECL(void tzset, [()]) + + PSI_EXTVAR(int daylight) + PSI_EXTVAR(long timezone) + PSI_EXTVAR(char **tzname) }