From 435483c91cf16117fc2b864cb6994435ad669bc6 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 10 Aug 2012 10:09:11 -0700 Subject: Create symlink current and simplify the directory names. With this we will unify all LOCAL_NDK_VERSIONs in the platform to the latest stable NDK. Bug: 6932421 Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f --- 4/platforms/android-8/arch-arm/usr/include/linux/poll.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 4/platforms/android-8/arch-arm/usr/include/linux/poll.h (limited to '4/platforms/android-8/arch-arm/usr/include/linux/poll.h') diff --git a/4/platforms/android-8/arch-arm/usr/include/linux/poll.h b/4/platforms/android-8/arch-arm/usr/include/linux/poll.h new file mode 100644 index 0000000..6822509 --- /dev/null +++ b/4/platforms/android-8/arch-arm/usr/include/linux/poll.h @@ -0,0 +1,17 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + **************************************************************************** + ****************************************************************************/ +#ifndef _LINUX_POLL_H +#define _LINUX_POLL_H + +#include + +#endif -- cgit v1.1