From 0fbc29f4cd89425f9d7d181ce88bc2d09e377180 Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Tue, 21 Oct 2014 16:32:42 -0700 Subject: Add real android-21 32-bit headers/libs Also corret __ANDROID_API__ in 64-bit android/api-level.h Change-Id: Ia7f82f07d70eebb2daa62e03c227091b74d05fb6 --- .../arch-mips/usr/include/asm-generic/sockios.h | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 9/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h (limited to '9/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h') diff --git a/9/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h b/9/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h new file mode 100644 index 0000000..ce063f1 --- /dev/null +++ b/9/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h @@ -0,0 +1,30 @@ +/**************************************************************************** + **************************************************************************** + *** + *** 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. + *** + *** To edit the content of this header, modify the corresponding + *** source file (e.g. under external/kernel-headers/original/) then + *** run bionic/libc/kernel/tools/update_all.py + *** + *** Any manual change here will be lost the next time this script will + *** be run. You've been warned! + *** + **************************************************************************** + ****************************************************************************/ +#ifndef __ASM_GENERIC_SOCKIOS_H +#define __ASM_GENERIC_SOCKIOS_H +#define FIOSETOWN 0x8901 +#define SIOCSPGRP 0x8902 +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define FIOGETOWN 0x8903 +#define SIOCGPGRP 0x8904 +#define SIOCATMARK 0x8905 +#define SIOCGSTAMP 0x8906 +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define SIOCGSTAMPNS 0x8907 +#endif -- cgit v1.1