diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-05-08 03:00:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-05-08 03:00:02 -0700 |
| commit | 40adef7ded1b6d1700b922f6153e12a87bea6d47 (patch) | |
| tree | af73d066528ae7bf77368947d5d824bd68540543 /include/linux/string.h | |
| parent | 589a44d37aba30b24344ff833ae8b23807f794ba (diff) | |
| parent | 325632da862b93fd8279513699d14edfaea58d79 (diff) | |
Merge "Merge android-4.4.179 (aab9adb) into msm-4.4"
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index c026b7a19e26..870268d42ae7 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -110,6 +110,9 @@ extern void * memscan(void *,int,__kernel_size_t); #ifndef __HAVE_ARCH_MEMCMP extern int memcmp(const void *,const void *,__kernel_size_t); #endif +#ifndef __HAVE_ARCH_BCMP +extern int bcmp(const void *,const void *,__kernel_size_t); +#endif #ifndef __HAVE_ARCH_MEMCHR extern void * memchr(const void *,int,__kernel_size_t); #endif |
