Add a primitive implementation for getppid().

This commit is contained in:
Johannes Sixt
2007-08-29 13:34:54 +02:00
parent a703dc4069
commit 6e6b01d5d3

View File

@@ -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);