mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Add a primitive implementation for getppid().
This commit is contained in:
@@ -483,6 +483,7 @@ int mingw_rename(const char*, const char*);
|
||||
|
||||
#define setlinebuf(x)
|
||||
#define fsync(x) 0
|
||||
#define getppid() 1
|
||||
|
||||
extern void quote_argv(const char **dst, const char **src);
|
||||
extern const char *parse_interpreter(const char *cmd);
|
||||
|
||||
Reference in New Issue
Block a user