summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/string.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-05-22 14:32:43 +0000
committerDavid Schleef <ds@schleef.org>2001-05-22 14:32:43 +0000
commit665ce29c84a830259683fdb58c76da7efc00f890 (patch)
tree9d21847a0e1d0ac4e643aa1f30b4b7134bd78d6c /libc/sysdeps/linux/mips/bits/string.h
parent5a2fb0bbdd13fc87e55a048b18aba55e5a532009 (diff)
Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/string.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/string.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/string.h b/libc/sysdeps/linux/mips/bits/string.h
new file mode 100644
index 000000000..ad68b038b
--- /dev/null
+++ b/libc/sysdeps/linux/mips/bits/string.h
@@ -0,0 +1,12 @@
+/* This file should provide inline versions of string functions.
+
+ Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
+
+ This file should define __STRING_INLINES if functions are actually defined
+ as inlines. */
+
+#ifndef _BITS_STRING_H
+#define _BITS_STRING_H 1
+
+
+#endif /* bits/string.h */