CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/05/10 13:13:12
Modified files:
include : time.h
sys/sys : _time.h time.h
Log message:
Recongnize that:
* strptime(3) was introduced in XPG 4.0
* clock_gettime(3) and friends were introduced in 1003.1b-1993
* asctime_r(3) and friends were introduced in 1003.1c-1995
and conditionally provide prototypes and associated types accordingly.
This makes our <time.h> standards compliant except for some functions that are
still missing.
ok guenther@