From: Martin Mares Date: Sun, 14 Jan 2001 20:50:00 +0000 (+0000) Subject: Add sh_time_t type. X-Git-Tag: holmes-import~1590 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8586ca929a61654e482be2c41961449980071067;p=libucw.git Add sh_time_t type. --- diff --git a/lib/config.h b/lib/config.h index e5b35528..c34d41cd 100644 --- a/lib/config.h +++ b/lib/config.h @@ -35,6 +35,7 @@ typedef unsigned int uns; /* at least 32 bits */ typedef unsigned long long int u64; /* exactly 64 bits, unsigned */ typedef long long int s64; /* exactly 64 bits, signed */ typedef unsigned long addr_int_t; /* Both integer and address */ +typedef unsigned int sh_time_t; /* Timestamp */ #ifndef NULL #define NULL (void *)0