Merge branch 'jc/maint-diff-core-safecrlf' into maint
[gitweb.git] / compat / vcbuild / include / unistd.h
index 2a4f276869c507c49c3f1d066fa648c6ea78890d..c65c2cd566b51473da12786f28074040c410f343 100644 (file)
@@ -45,6 +45,13 @@ typedef unsigned long long uintmax_t;
 
 typedef int64_t off64_t;
 
+#define INTMAX_MIN  _I64_MIN
+#define INTMAX_MAX  _I64_MAX
+#define UINTMAX_MAX _UI64_MAX
+
+#define UINT32_MAX 0xffffffff  /* 4294967295U */
+
+#define STDIN_FILENO  0
 #define STDOUT_FILENO 1
 #define STDERR_FILENO 2