summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/poll.h')
-rw-r--r--usr/src/uts/common/sys/poll.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/poll.h b/usr/src/uts/common/sys/poll.h
index 4e3673753e..efc8457a6a 100644
--- a/usr/src/uts/common/sys/poll.h
+++ b/usr/src/uts/common/sys/poll.h
@@ -24,6 +24,8 @@
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright (c) 1995, 1998 by Sun Microsystems, Inc.
* All rights reserved.
*/
@@ -147,11 +149,7 @@ extern void pollhead_clean(pollhead_t *);
#endif /* defined(_KERNEL) || defined(_KMEMUSER) */
#if !defined(_KERNEL)
-#if defined(__STDC__)
int poll(struct pollfd *, nfds_t, int);
-#else
-int poll();
-#endif /* __STDC__ */
#endif /* !_KERNEL */
#ifdef __cplusplus