mirror of
https://github.com/git/git.git
synced 2026-03-29 01:50:08 +01:00
Merge branch 'js/maint-windows' into next
* js/maint-windows: Recent MinGW has a C99 implementation of snprintf functions mingw: use _commit to implement fsync
This commit is contained in:
@@ -80,7 +80,7 @@ static inline int fork(void)
|
||||
static inline unsigned int alarm(unsigned int seconds)
|
||||
{ return 0; }
|
||||
static inline int fsync(int fd)
|
||||
{ return 0; }
|
||||
{ return _commit(fd); }
|
||||
static inline int getppid(void)
|
||||
{ return 1; }
|
||||
static inline void sync(void)
|
||||
|
||||
Reference in New Issue
Block a user