Support for glibc-2.3.X.  (from Stephan Kulow)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1437 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_libpthread.vs b/coregrind/vg_libpthread.vs
index 69efdcc..091044e 100644
--- a/coregrind/vg_libpthread.vs
+++ b/coregrind/vg_libpthread.vs
@@ -13,6 +13,9 @@
    __pthread_clock_settime;
 } GLIBC_2.2;
 
+GLIBC_2.3.2 {
+} GLIBC_2.2;
+
 GLIBC_PRIVATE {
    __pthread_clock_gettime;
    __pthread_clock_settime;