summaryrefslogtreecommitdiffstats
path: root/sys/sys/ioccom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ioccom.h')
-rw-r--r--sys/sys/ioccom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h
index 7e6fbde..c6e00df 100644
--- a/sys/sys/ioccom.h
+++ b/sys/sys/ioccom.h
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-int ioctl __P((int, unsigned long, ...));
+int ioctl(int, unsigned long, ...);
__END_DECLS
#endif
OpenPOWER on IntegriCloud