]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/string.h
ppc/85xx: Disable all async interrupt sources when we boot
[u-boot] / include / asm-i386 / string.h
index 91a23f951cad977077684355757e0c0c8d396081..3643a79fdfc1c014d25d3aade1c8f3a13164c411 100644 (file)
@@ -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);