Y2038 doc pointers in the little helper C tools
Jesse Vincent [Sat, 1 Aug 2009 21:03:24 +0000 (22:03 +0100)]
Porting/timecheck.c
Porting/timecheck2.c

index 07f5872..cf0303a 100644 (file)
@@ -1,3 +1,7 @@
+/* A helper tool for perl's 2038 support.
+ *     See Porting/README.y2038 for details
+ */
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <time.h>
index a4445ef..06d4a66 100644 (file)
@@ -1,4 +1,6 @@
-/* A little program to test the limits of your system's time functions */
+/* A little program to test the limits of your system's time functions
+ * See Porting/README.y2038 for details
+ */
 
 #include <time.h>
 #include <stdio.h>