summaryrefslogtreecommitdiff
path: root/usr/src/head/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/wait.h')
-rw-r--r--usr/src/head/wait.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/usr/src/head/wait.h b/usr/src/head/wait.h
index 90d8df581c..764b529601 100644
--- a/usr/src/head/wait.h
+++ b/usr/src/head/wait.h
@@ -19,6 +19,9 @@
*
* CDDL HEADER END
*/
+/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ */
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
@@ -26,8 +29,6 @@
#ifndef _WAIT_H
#define _WAIT_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1 */
-
#include <sys/types.h>
#include <sys/siginfo.h>
#include <sys/procset.h>
@@ -37,20 +38,10 @@
extern "C" {
#endif
-#if defined(__STDC__)
-
extern pid_t wait(int *);
extern pid_t waitpid(pid_t, int *, int);
extern int waitid(idtype_t, id_t, siginfo_t *, int);
-#else
-
-extern pid_t wait();
-extern pid_t waitpid();
-extern int waitid();
-
-#endif
-
#ifdef __cplusplus
}
#endif