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

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