X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fhave_timegm.c;fp=compat%2Fhave_timegm.c;h=b62b7937feab0362464bfb7856a15f4236978843;hp=0000000000000000000000000000000000000000;hb=8c6b2e7e9d30bb3a9ef4fd8632cbf6d8d0673bb7;hpb=43843745dcbf31e96f447410e335a8d2aa21b00d diff --git a/compat/have_timegm.c b/compat/have_timegm.c new file mode 100644 index 00000000..b62b7937 --- /dev/null +++ b/compat/have_timegm.c @@ -0,0 +1,7 @@ +#include +#include "compat.h" + +int main() +{ + return (int) timegm((struct tm *)0); +}