summaryrefslogtreecommitdiff
path: root/compat/have_timegm.c
blob: 8f7b380e767b6caf97d64963aa48f5be66d82a1b (plain)
#include <time.h>

int
main ()
{
    return (int) timegm ((struct tm *) 0);
}