Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
get_ref_dir(): change signature
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index fecf0d07760d2211fac6db2e19ecbedaac81c57e..0ff1e04812ef2491f15b1d40bb8e1c2977b26d98 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-120,7
+120,7
@@
static inline int mingw_mkdir(const char *path, int mode)
#define mkdir mingw_mkdir
#define WNOHANG 1
-pid_t waitpid(pid_t pid, int *status,
unsigned
options);
+pid_t waitpid(pid_t pid, int *status,
int
options);
#define kill mingw_kill
int mingw_kill(pid_t pid, int sig);