diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-08-01 22:03:24 +0100 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 12:09:16 +0100 |
commit | 233e9d1c28e4fd18c437c5ea9822d611b7feb777 (patch) | |
tree | fea9ac94de03b16367eba2e1c636819c66c6ed6d /Porting/timecheck2.c | |
parent | 96db07ef414b20c24036385bd32e57682ad9ac42 (diff) | |
download | perl-233e9d1c28e4fd18c437c5ea9822d611b7feb777.tar.gz |
Y2038 doc pointers in the little helper C tools
Diffstat (limited to 'Porting/timecheck2.c')
-rw-r--r-- | Porting/timecheck2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/timecheck2.c b/Porting/timecheck2.c index a4445ef9f8..06d4a66cff 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 <time.h> #include <stdio.h> |