summaryrefslogtreecommitdiff
path: root/Porting/timecheck.c
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-01 22:03:24 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-08-03 12:09:16 +0100
commit233e9d1c28e4fd18c437c5ea9822d611b7feb777 (patch)
treefea9ac94de03b16367eba2e1c636819c66c6ed6d /Porting/timecheck.c
parent96db07ef414b20c24036385bd32e57682ad9ac42 (diff)
downloadperl-233e9d1c28e4fd18c437c5ea9822d611b7feb777.tar.gz
Y2038 doc pointers in the little helper C tools
Diffstat (limited to 'Porting/timecheck.c')
-rw-r--r--Porting/timecheck.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/timecheck.c b/Porting/timecheck.c
index 07f5872756..cf0303aaf4 100644
--- a/Porting/timecheck.c
+++ b/Porting/timecheck.c
@@ -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>