platform_bionic/libc/arch-x86
Pavel Chupin 3c4b50fd8c Fix strchr for basic non-sse case on x86
Fix source location. Move declaration of __strchr_chk out of
ifdef __BIONIC_FORTIFY which should be available for strchr.cpp
compilation when __BIONIC_FORTIFY is not defined.

Change-Id: I552a6e16656e59b276b322886cfbf57bbfb2e6a7
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2013-09-03 16:20:52 +04:00
..
bionic Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. 2013-03-21 22:48:18 -07:00
include/machine Update x86 machine/endian.h from upstream 2013-06-25 14:17:58 -07:00
string Add ssse3 implementation of __memcmp16. 2013-08-02 17:57:23 -07:00
syscalls libc: add swapon and swapoff syscalls 2013-06-25 13:18:03 -07:00
syscalls.mk libc: add swapon and swapoff syscalls 2013-06-25 13:18:03 -07:00
x86.mk Fix strchr for basic non-sse case on x86 2013-09-03 16:20:52 +04:00