[NETFILTER]: nf_conntrack: export hash allocation/destruction functions
[linux-2.6/verdex.git] / arch / blackfin / lib / strncpy.c
blob77a9b2e950977bcb7d5fe213015dceef1308eb05
1 #include <linux/types.h>
3 #define strncpy __inline_strncpy
4 #include <asm/string.h>
5 #undef strncpy
7 char *strncpy(char *dest, const char *src, size_t n)
9 return __inline_strncpy(dest, src, n);