X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=regress%2Fhcommon.c.m4;fp=regress%2Fhcommon.c.m4;h=3a700108410b5d897e12a104f9d8e9c100b6c54d;hb=b99b97f7ad6fecf61c598ca05847cfd13e790f89;hp=a20ee178052d9f41d5ce21524bd6d1a56c122f82;hpb=89ffd9b5cfe4dbe1d7c960e6063900e41832c7b7;p=adns.git diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index a20ee17..3a70010 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -71,6 +71,7 @@ static vbuf vbw; int Hgettimeofday(struct timeval *tv, struct timezone *tz) { Tensurerecordfile(); Tmust("gettimeofday","tz",!tz); + T_gettimeofday_hook(); *tv= currenttime; return 0; }