mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Kernel+LibC+Userland: Switch to 64-bit time_t
Let's not have that 2038 problem people are talking about. :^)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
//#define DBFS_DEBUG
|
||||
|
||||
struct CacheEntry {
|
||||
u32 timestamp { 0 };
|
||||
time_t timestamp { 0 };
|
||||
u32 block_index { 0 };
|
||||
u8* data { nullptr };
|
||||
bool has_data { false };
|
||||
|
||||
Reference in New Issue
Block a user