X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconfig.h;h=f03572a5b01e845ca5f66f7f2e643fdc9f1c74ed;hb=021f9175774cb99755d692ca7e0e7a7e576a89e2;hp=e4c3b33d77f383ac2d89e0f53d5ff2235502ffb4;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/config.h b/ucw/config.h index e4c3b33d..f03572a5 100644 --- a/ucw/config.h +++ b/ucw/config.h @@ -37,13 +37,13 @@ typedef uint64_t u64; /* exactly 64 bits, unsigned */ typedef int64_t s64; /* exactly 64 bits, signed */ typedef unsigned int uns; /* at least 32 bits */ -typedef u32 sh_time_t; /* seconds since UNIX epoch */ +typedef u32 ucw_time_t; /* seconds since UNIX epoch */ typedef s64 timestamp_t; /* milliseconds since UNIX epoch */ #ifdef CONFIG_LARGE_FILES /* File positions */ -typedef s64 sh_off_t; +typedef s64 ucw_off_t; #else -typedef s32 sh_off_t; +typedef s32 ucw_off_t; #endif #endif