CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/19 06:48:21
Modified files:
lib/libc/time : localtime.c
Log message:
gmtime_r() should return NULL on failure, not the struct tm * result
parameter that was passed in. From Carlin Bingham.
