]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/config.h
FB_ATOMIC_TRACE no longer exists.
[libucw.git] / ucw / config.h
index e4c3b33d77f383ac2d89e0f53d5ff2235502ffb4..f03572a5b01e845ca5f66f7f2e643fdc9f1c74ed 100644 (file)
@@ -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