summaryrefslogtreecommitdiff
path: root/usr/src/head/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/poll.h')
-rw-r--r--usr/src/head/poll.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/head/poll.h b/usr/src/head/poll.h
index 900bca5368..d14c8150d1 100644
--- a/usr/src/head/poll.h
+++ b/usr/src/head/poll.h
@@ -20,6 +20,7 @@
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
* Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
*/
@@ -46,17 +47,9 @@ extern "C" {
#if defined(__EXTENSIONS__) || !defined(__XOPEN_OR_POSIX)
-#if defined(__STDC__)
-
extern int ppoll(struct pollfd *_RESTRICT_KYWD, nfds_t,
const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
-#else /* __STDC__ */
-
-extern int ppoll();
-
-#endif /* __STDC__ */
-
#endif /* defined(__EXTENSIONS__) ... */
#ifdef __cplusplus