]> git.saurik.com Git - apple/libc.git/blobdiff - stdtime/FreeBSD/asctime.c
Libc-825.24.tar.gz
[apple/libc.git] / stdtime / FreeBSD / asctime.c
index 0a291df297fa7c0ae00859e35b29f83a79771ada..89804ab956691fc1b373fe420c2d08f4d67e4d1b 100644 (file)
@@ -79,9 +79,7 @@ static char   buf_asctime[MAX_ASCTIME_BUF_SIZE];
 */
 
 char *
-asctime_r(timeptr, buf)
-const struct tm *      timeptr;
-char *                 buf;
+asctime_r(const struct tm * __restrict timeptr, char * __restrict buf)
 {
        static const char       wday_name[][3] = {
                "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"