diff options
Diffstat (limited to 'lib/strchrnul.valgrind')
-rw-r--r-- | lib/strchrnul.valgrind | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/strchrnul.valgrind b/lib/strchrnul.valgrind deleted file mode 100644 index b14fa130..00000000 --- a/lib/strchrnul.valgrind +++ /dev/null @@ -1,12 +0,0 @@ -# Suppress a valgrind message about use of uninitialized memory in strchrnul(). -# This use is OK because it provides only a speedup. -{ - strchrnul-value4 - Memcheck:Value4 - fun:strchrnul -} -{ - strchrnul-value8 - Memcheck:Value8 - fun:strchrnul -} |