From: Jesse Vincent Date: Sat, 1 Aug 2009 21:03:24 +0000 (+0100) Subject: Y2038 doc pointers in the little helper C tools X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=233e9d1c28e4fd18c437c5ea9822d611b7feb777;p=p5sagit%2Fp5-mst-13.2.git Y2038 doc pointers in the little helper C tools --- diff --git a/Porting/timecheck.c b/Porting/timecheck.c index 07f5872..cf0303a 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 #include #include diff --git a/Porting/timecheck2.c b/Porting/timecheck2.c index a4445ef..06d4a66 100644 --- a/Porting/timecheck2.c +++ b/Porting/timecheck2.c @@ -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 #include