Allow for glibc-2.4.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4063 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.4.supp b/glibc-2.4.supp
new file mode 100644
index 0000000..cfba921
--- /dev/null
+++ b/glibc-2.4.supp
@@ -0,0 +1,27 @@
+
+##----------------------------------------------------------------------##
+
+# Errors to suppress by default with glibc 2.4.x
+
+# Format of this file is:
+# {
+#     name_of_suppression
+#     tool_name:supp_kind
+#     (optional extra info for some suppression types)
+#     caller0 name, or /name/of/so/file.so
+#     caller1 name, or ditto
+#     (optionally: caller2 name)
+#     (optionally: caller3 name)
+#  }
+#
+# For Memcheck, the supp_kinds are:
+#
+#     Param Value1 Value2 Value4 Value8 Value16
+#     Free Addr1 Addr2 Addr4 Addr8 Addr16
+#     Cond (previously known as Value0)
+#
+# and the optional extra info is:
+#     if Param: name of system call param
+#     if Free: name of free-ing fn)
+
+# ... insert suppressions here ...