diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 5cc1c5df5..bfe21137d 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -219,7 +219,7 @@ int setitimer(int type, struct itimerval *in, struct itimerval *out); | |||
219 | * sys/wait.h | 219 | * sys/wait.h |
220 | */ | 220 | */ |
221 | #define WNOHANG 1 | 221 | #define WNOHANG 1 |
222 | NOIMPL(waitpid,pid_t pid UNUSED_PARAM, int *status UNUSED_PARAM, unsigned options UNUSED_PARAM); | 222 | int waitpid(pid_t pid, int *status, unsigned options); |
223 | 223 | ||
224 | /* | 224 | /* |
225 | * time.h | 225 | * time.h |