diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
commit | b9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch) | |
tree | 42d07b0c7246ae2536a702e7c5de9e2732341116 /include/asm-arm/string.h | |
parent | 7406b0a326f2d70ade2671c37d1beef62249db97 (diff) |
Merge with 2.3.99-pre6.
Diffstat (limited to 'include/asm-arm/string.h')
-rw-r--r-- | include/asm-arm/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/string.h b/include/asm-arm/string.h index 72b89fa70..dfe4cd9ac 100644 --- a/include/asm-arm/string.h +++ b/include/asm-arm/string.h @@ -15,6 +15,8 @@ extern char * strchr(const char * s, int c); #define __HAVE_ARCH_MEMCPY #define __HAVE_ARCH_MEMMOVE #define __HAVE_ARCH_MEMCHR +extern void * memchr(const void *cs, int c, size_t count); + #define __HAVE_ARCH_MEMZERO #define __HAVE_ARCH_MEMSET |