summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-waitpid.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-waitpid.h')
-rw-r--r--openbsd-compat/bsd-waitpid.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h
index e24edd791..2d853db61 100644
--- a/openbsd-compat/bsd-waitpid.h
+++ b/openbsd-compat/bsd-waitpid.h
@@ -1,4 +1,8 @@
1/* $Id: bsd-waitpid.h,v 1.5 2003/08/29 16:59:52 mouring Exp $ */
2
1/* 3/*
4 * Copyright (c) 2000 Ben Lindstrom. All rights reserved.
5 *
2 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
4 * are met: 8 * are met:
@@ -21,8 +25,6 @@
21 * 25 *
22 */ 26 */
23 27
24/* $Id: bsd-waitpid.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
25
26#ifndef _BSD_WAITPID_H 28#ifndef _BSD_WAITPID_H
27#define _BSD_WAITPID_H 29#define _BSD_WAITPID_H
28 30
@@ -43,7 +45,7 @@
43#define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) 45#define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
44 46
45/* Prototype */ 47/* Prototype */
46pid_t waitpid(int pid, int *stat_loc, int options); 48pid_t waitpid(int, int *, int);
47 49
48#endif /* !HAVE_WAITPID */ 50#endif /* !HAVE_WAITPID */
49#endif /* _BSD_WAITPID_H */ 51#endif /* _BSD_WAITPID_H */