From 162398e55ea3ac2d8dd1e5f1becfbd95eef2e761 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 7 Feb 2005 15:23:45 +0000 Subject: [PATCH] Comment explaining location in top-level directory. [originally from svn r5270] --- time.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/time.c b/time.c index 82488e6c..75b89535 100644 --- a/time.c +++ b/time.c @@ -1,3 +1,9 @@ +/* + * Portable implementation of ltime() for any ISO-C platform where + * time_t behaves. (In practice, we've found that platforms such as + * Windows and Mac have needed their own specialised implementations.) + */ + #include #include