Commit f8161014 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4061 add some drd suppressions for libc functions refs[t:4061]

git-svn-id: file:///svn/toku/tokudb@36840 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9a404635
{
open_problem
drd:ConflictingAccess
fun:open64
}
{
read_problem
drd:ConflictingAccess
fun:read
}
{ {
write_problem write_problem
drd:ConflictingAccess drd:ConflictingAccess
...@@ -17,7 +29,19 @@ ...@@ -17,7 +29,19 @@
} }
{ {
pwrite_problem fsync_problem
drd:ConflictingAccess drd:ConflictingAccess
fun:fsync fun:fsync
} }
{
lseek_problem
drd:ConflictingAccess
fun:lseek
}
{
close_problem
drd:ConflictingAccess
fun:close
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment