From 21a22afe608ae2dbc4a663b7055e7524c54db0c1 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 7 Feb 2005 15:23:45 +0000 Subject: [PATCH] Comment explaining location in top-level directory. git-svn-id: svn://svn.tartarus.org/sgt/putty@5270 cda61777-01e9-0310-a592-d414129be87e --- 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 -- 2.11.0