commit | 98e574c8de29b2427479a427177ff78c1bc2ee34 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Apr 07 14:19:03 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Apr 07 18:01:59 2016 -0700 |
tree | 933ac42778724a0039c3b86cd4ca4e58b9029962 | |
parent | ee8d16999706a642bb6e348084fdbb2a35e39770 [diff] [blame] |
Extract ioctl to <bits/ioctl.h>. Bug: http://b/28067717 Change-Id: I93625d19fa5a033ab22c650d536e98674f0a8d9d
diff --git a/libc/include/sys/ioctl.h b/libc/include/sys/ioctl.h index a1014dc..ed261f2 100644 --- a/libc/include/sys/ioctl.h +++ b/libc/include/sys/ioctl.h
@@ -40,10 +40,6 @@ #include <sys/ioctl_compat.h> #include <linux/tty.h> -__BEGIN_DECLS - -extern int ioctl(int, int, ...); - -__END_DECLS +#include <bits/ioctl.h> #endif /* _SYS_IOCTL_H_ */