os/time: Make Timestamp be 64-bit unsigned integer

This commit is contained in:
ZyX 2015-08-15 23:49:01 +03:00
parent 0caf17d0e8
commit e2c3ea4445

View File

@ -5,7 +5,7 @@
#include <stdbool.h>
#include <time.h>
typedef time_t Timestamp;
typedef uint64_t Timestamp;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"