summaryrefslogtreecommitdiffstats
path: root/lib/string.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1994-11-28 11:59:19 +0000
committer <ralf@linux-mips.org>1994-11-28 11:59:19 +0000
commit1513ff9b7899ab588401c89db0e99903dbf5f886 (patch)
treef69cc81a940a502ea23d664c3ffb2d215a479667 /lib/string.c
Import of Linus's Linux 1.1.68
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;