1 --- asctime.c.orig 2004-11-25 11:38:44.000000000 -0800
2 +++ asctime.c 2004-12-07 23:48:08.000000000 -0800
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"