Hash :
7b224479
Author :
Date :
2003-09-06T21:34:07
Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
Description:
Convert calendar time to simple time, inverse of mktime.
Files:
lib/timegm.h
lib/timegm.c
m4/timegm.m4
Depends-on:
mktime
time_r
configure.ac:
gl_FUNC_TIMEGM
Makefile.am:
lib_SOURCES += timegm.h
Include:
"timegm.h"
Maintainer:
all, glibc