1 --- asctime.c.bsdnew 2009-11-14 13:55:43.000000000 -0800
2 +++ asctime.c 2009-11-14 14:04:38.000000000 -0800
3 @@ -79,9 +79,7 @@ static char buf_asctime[MAX_ASCTIME_BUF_
7 -asctime_r(timeptr, buf)
8 -const struct tm * timeptr;
10 +asctime_r(const struct tm * __restrict timeptr, char * __restrict buf)
12 static const char wday_name[][3] = {
13 "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"