Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: add shorthand for --force-with-lease branch creation
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 2099b79bcff3cfdf2bd83cd3fbe4befaa88da35a..a5fb52f97750f4b7560fe846c2d1c9d02915faf2 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-210,6
+210,9
@@
FILE *mingw_freopen (const char *filename, const char *otype, FILE *stream);
int mingw_fflush(FILE *stream);
#define fflush mingw_fflush
+ssize_t mingw_write(int fd, const void *buf, size_t len);
+#define write mingw_write
+
int mingw_access(const char *filename, int mode);
#undef access
#define access mingw_access