]> mj.ucw.cz Git - libucw.git/commitdiff
Add sh_time_t type.
authorMartin Mares <mj@ucw.cz>
Sun, 14 Jan 2001 20:50:00 +0000 (20:50 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 14 Jan 2001 20:50:00 +0000 (20:50 +0000)
lib/config.h

index e5b355280a16c9a3c98f2f0d76944fa05ef40a90..c34d41cd87c1a67a041c6fb7aa5db98b8f31f024 100644 (file)
@@ -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