mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
os/time: Make Timestamp be 64-bit unsigned integer
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
typedef time_t Timestamp;
|
typedef uint64_t Timestamp;
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "os/time.h.generated.h"
|
# include "os/time.h.generated.h"
|
||||||
|
Reference in New Issue
Block a user