Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
update-ref.c: extract a new function, parse_next_sha1()
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 92cd728d3db2e3a21650d28f044ea4f59c2673e4..e033e720c900c430a0a74b0223522c396cb66629 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-180,9
+180,6
@@
int mingw_rmdir(const char *path);
int mingw_open (const char *filename, int oflags, ...);
#define open mingw_open
-ssize_t mingw_write(int fd, const void *buf, size_t count);
-#define write mingw_write
-
int mingw_fgetc(FILE *stream);
#define fgetc mingw_fgetc