summaryrefslogtreecommitdiffstats
path: root/lib/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/string.c')
-rw-r--r--lib/string.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/string.c b/lib/string.c
new file mode 100644
index 000000000..8c69ff0c3
--- /dev/null
+++ b/lib/string.c
@@ -0,0 +1,11 @@
+/*
+ * linux/lib/string.c
+ *
+ * Copyright (C) 1991, 1992 Linus Torvalds
+ */
+
+#include <linux/string.h>
+
+/* all the actual functions should be inline anyway, so.. */
+
+char * ___strtok = NULL;