Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/daemon-fixes'
[gitweb.git]
/
compat
/
vcbuild
/
include
/
unistd.h
diff --git
a/compat/vcbuild/include/unistd.h
b/compat/vcbuild/include/unistd.h
index b14fcf94da405c6f3267437e59936d598168e00f..c65c2cd566b51473da12786f28074040c410f343 100644
(file)
--- a/
compat/vcbuild/include/unistd.h
+++ b/
compat/vcbuild/include/unistd.h
@@
-49,6
+49,9
@@
typedef int64_t off64_t;
#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