diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 1ca00471b..1aede7367 100644 --- a/src/common.h +++ b/src/common.h @@ -53,5 +53,6 @@ typedef SSIZE_T ssize_t; #include "bswap.h" #define GIT_PATH_MAX 4096 +#define GIT_FILELOCK_EXTENSION ".lock\0" #endif /* INCLUDE_common_h__ */ |