mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
os/time: Make Timestamp be 64-bit unsigned integer
This commit is contained in:
parent
0caf17d0e8
commit
e2c3ea4445
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user