]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
Use off_t when we really mean a file offset.
[thirdparty/git.git] / git-compat-util.h
index 56212b2f115d0ef738c5835c42d7bf241db4576a..33b68e463cb17b99de23b731ff47d40d7959c93e 100644 (file)
 #define PATH_MAX 4096
 #endif
 
+#ifndef PRIuMAX
+#define PRIuMAX "llu"
+#endif
+
 #ifdef __GNUC__
 #define NORETURN __attribute__((__noreturn__))
 #else