memtrap: make installation of SIGBUS handler explicit to ease integration into libraries

This commit is contained in:
Lennart Poettering 2009-04-21 22:54:44 +02:00
parent 7b0086185f
commit 928adf412f
3 changed files with 18 additions and 23 deletions

View file

@ -35,4 +35,6 @@ void pa_memtrap_remove(pa_memtrap *m);
pa_bool_t pa_memtrap_is_good(pa_memtrap *m);
void pa_memtrap_install(void);
#endif