Update NDK headers
Sync NDK headers with bionic's. Most are new symbols. The only big differences are in arch-mips/include/asm: 1) arch-mips/include/asm/unistd.h, see https://android-review.googlesource.com/#/c/40875 2) arch-mips/include/asm/*, see https://android-review.googlesource.com/#/c/43335 https://android-review.googlesource.com/#/c/43440 https://android-review.googlesource.com/#/c/43401 Change-Id: I8204f9b5f2f2c14a31dc28efc8a9d8c66cf73fe2
This commit is contained in:
@@ -18,8 +18,16 @@
|
||||
****************************************************************************/
|
||||
#ifndef _ASM_STRING_H
|
||||
#define _ASM_STRING_H
|
||||
#ifndef IN_STRING_C
|
||||
#define __HAVE_ARCH_STRCPY
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#define __HAVE_ARCH_STRNCPY
|
||||
#define __HAVE_ARCH_STRCMP
|
||||
#endif
|
||||
#define __HAVE_ARCH_STRNCMP
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#define __HAVE_ARCH_MEMSET
|
||||
#define __HAVE_ARCH_MEMCPY
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#define __HAVE_ARCH_MEMMOVE
|
||||
#endif
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
|
||||
Reference in New Issue
Block a user