X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Ftimegm;h=ade34754fff25a37786af403654caa3153463cfd;hb=39e1adf83f9afbbc1ab9edbd6ca3d509c1f1bec4;hp=34002c4cf384623303b3c7c2e55fc8e8166e9b34;hpb=963409a8758faf2b24658c0a23cf0424211263d3;p=pspp diff --git a/modules/timegm b/modules/timegm index 34002c4cf3..ade34754ff 100644 --- a/modules/timegm +++ b/modules/timegm @@ -2,20 +2,26 @@ Description: Convert calendar time to simple time, inverse of mktime. Files: -lib/timegm.h +lib/mktime-internal.h lib/timegm.c m4/timegm.m4 Depends-on: +time +mktime-internal [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1] +time_r [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1] configure.ac: gl_FUNC_TIMEGM +gl_TIME_MODULE_INDICATOR([timegm]) Makefile.am: -lib_SOURCES += timegm.h Include: -"timegm.h" + + +License: +LGPLv2+ Maintainer: -Simon Josefsson +all, glibc