drd: Add a suppression pattern

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12621 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp
index 454de2d..e66f1c4 100644
--- a/glibc-2.X-drd.supp
+++ b/glibc-2.X-drd.supp
@@ -29,6 +29,12 @@
    drd:ConflictingAccess
    fun:write
 }
+{
+   drd-libc-random
+   drd:ConflictingAccess
+   fun:random_r
+   fun:random
+}
 
 #
 # Suppression patterns for libstdc++, the implementation of the standard C++