CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 08:35:40
Modified files:
lib/libc/hidden: time.h
lib/libc/gen : time.c
lib/libc/time : asctime.c localtime.c strftime.c strptime.c
Log message:
Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak
Add prototypes to localtime.c for offtime(), time2posix(), posix2time() to
reduce noise with -Wmissing-prototypes
Eliminate unnecessary #includes
