aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorSteve French <sfrench@hera.kernel.org>2005-06-23 19:03:20 -0700
committerSteve French <sfrench@hera.kernel.org>2005-06-23 19:03:20 -0700
commitfa5cfae37799177769e9ae2c0527fbdfea462fa9 (patch)
tree02f99e208949486c8899a310846dee444bac8093 /include/linux/string.h
parent[CIFS] Performance improvement, finish up adding CIFSSMBWrite2 (diff)
parentMerge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff)
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/string.h')
-rw-r--r--include/linux/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index b9fc59469956..93994c613095 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -88,6 +88,8 @@ extern int memcmp(const void *,const void *,__kernel_size_t);
extern void * memchr(const void *,int,__kernel_size_t);
#endif
+extern char *kstrdup(const char *s, int gfp);
+
#ifdef __cplusplus
}
#endif