diff options
Diffstat (limited to 'openbsd-compat/bsd-waitpid.h')
-rw-r--r-- | openbsd-compat/bsd-waitpid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index e24edd791..6d48deb29 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* $Id: bsd-waitpid.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | 24 | /* $Id: bsd-waitpid.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */ |
25 | 25 | ||
26 | #ifndef _BSD_WAITPID_H | 26 | #ifndef _BSD_WAITPID_H |
27 | #define _BSD_WAITPID_H | 27 | #define _BSD_WAITPID_H |
@@ -43,7 +43,7 @@ | |||
43 | #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) | 43 | #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) |
44 | 44 | ||
45 | /* Prototype */ | 45 | /* Prototype */ |
46 | pid_t waitpid(int pid, int *stat_loc, int options); | 46 | pid_t waitpid(int, int *, int); |
47 | 47 | ||
48 | #endif /* !HAVE_WAITPID */ | 48 | #endif /* !HAVE_WAITPID */ |
49 | #endif /* _BSD_WAITPID_H */ | 49 | #endif /* _BSD_WAITPID_H */ |