Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / time.c
diff --git a/time.c b/time.c
index 82488e6..75b8953 100644 (file)
--- 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 <time.h>
 #include <assert.h>