diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-09-18 04:02:02 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-18 19:23:22 +0000 |
commit | a80d47c2f481402c370d7113267069d0c75ceeeb (patch) | |
tree | 5aab7d4f538adc19ec5563cf70b08e125c7b7688 /os2 | |
parent | 29ddfe354327d85ef66e9723b006d41eb553cd25 (diff) | |
download | perl-a80d47c2f481402c370d7113267069d0c75ceeeb.tar.gz |
-M -A -C broken
Message-ID: <20030918180202.GA21949@math.berkeley.edu>
(use stat.t instead of time.t)
p4raw-id: //depot/perl@21277
Diffstat (limited to 'os2')
-rw-r--r-- | os2/os2ish.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h index 7825c93148..3ff25f2366 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -14,6 +14,11 @@ */ #define HAS_UTIME /**/ +/* BIG_TIME: + * This symbol is defined if Time_t is an unsigned type on this system. + */ +#define BIG_TIME + #define HAS_KILL #define HAS_WAIT #define HAS_DLERROR |