Add a version script so as to create the right versioned symbols for
libpthread.so.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@249 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_libpthread.vs b/vg_libpthread.vs
new file mode 100644
index 0000000..05f133b
--- /dev/null
+++ b/vg_libpthread.vs
@@ -0,0 +1,6 @@
+
+GLIBC_2.0 {
+};
+
+GLIBC_2.1 {
+} GLIBC_2.0;