diff options
Diffstat (limited to 'include/asm-i386/string.h')
| -rw-r--r-- | include/asm-i386/string.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/asm-i386/string.h b/include/asm-i386/string.h index 91a23f951..3643a79fd 100644 --- a/include/asm-i386/string.h +++ b/include/asm-i386/string.h @@ -5,6 +5,8 @@   * We don't do inline string functions, since the   * optimised inline asm versions are not small.   */ +#undef __HAVE_ARCH_STRNCPY +extern char *strncpy(char *__dest, __const__ char *__src, __kernel_size_t __n);  #undef __HAVE_ARCH_STRRCHR  extern char * strrchr(const char * s, int c); |