signal: Document problem with type of SIGRTMIN, SIGRTMAX on OSF/1 5.1.
[pspp] / lib / libunistring.valgrind
1 # Suppress valgrind messages in an installed libunistring.
2
3 # Suppress a valgrind message about use of uninitialized memory in freea().
4 # This use is OK because it provides only a speedup.
5 {
6     libunistring_freea
7     Memcheck:Cond
8     fun:libunistring_freea
9 }