X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ftime_r;h=c7874a91dc6550af8a358b325d63a8f0ca4f07fd;hb=4b7ece979775e13ba4f1db1e6d9cfe400eff0f01;hp=c422b6730570bd8ce5d18d24c7d20e826e6a7472;hpb=3a5e8c8c5003f668286e8e2024870ab2a17df0d4;p=gnulib.git diff --git a/modules/time_r b/modules/time_r index c422b6730..c7874a91d 100644 --- a/modules/time_r +++ b/modules/time_r @@ -1,24 +1,25 @@ Description: -Reentrant time functions like localtime_r. +Reentrant time functions: localtime_r, gmtime_r. Files: lib/time_r.c -lib/time_r.h m4/time_r.m4 Depends-on: extensions -restrict +time configure.ac: gl_TIME_R +gl_TIME_MODULE_INDICATOR([time_r]) Makefile.am: -lib_SOURCES += time_r.h Include: -"time_r.h" + + +License: +LGPLv2+ Maintainer: Paul Eggert -