This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / s390 / lib / string.c
index 966af7c..dea4957 100644 (file)
@@ -394,3 +394,12 @@ void *memset(void *s, int c, size_t n)
        return s;
 }
 EXPORT_SYMBOL_NOVERS(memset);
+
+/*
+ * missing exports for string functions defined in lib/string.c
+ */
+EXPORT_SYMBOL_NOVERS(memmove);
+EXPORT_SYMBOL_NOVERS(strchr);
+EXPORT_SYMBOL_NOVERS(strnchr);
+EXPORT_SYMBOL_NOVERS(strncmp);
+EXPORT_SYMBOL_NOVERS(strpbrk);