diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 07:03:55 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:06 +0200 |
commit | 7fdc134ff7ca4f6c9db5259a95e55cfeeeee8bfd (patch) | |
tree | aee7453a889b8ac10ce47faa41af840285be8adf /include/mingw.h | |
parent | 7f73d1848602da4c714045cbffbd27a3aa91c976 (diff) | |
download | busybox-w32-7fdc134ff7ca4f6c9db5259a95e55cfeeeee8bfd.tar.gz busybox-w32-7fdc134ff7ca4f6c9db5259a95e55cfeeeee8bfd.tar.bz2 busybox-w32-7fdc134ff7ca4f6c9db5259a95e55cfeeeee8bfd.zip |
win32: add waitpid()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to 'include/mingw.h')
-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 |