summaryrefslogtreecommitdiffstats
path: root/src/fork-detect.c
Commit message (Collapse)AuthorAgeFilesLines
* Detect forksLennart Poettering2009-03-231-0/+51
Some really stupid applications (Hey, vim, that means you!) love to fork after initializing gtk/libcanberra. This is really bad style. We however have to deal with this cleanly, so we try to detect the forks making sure all our calls fail cleanly after the fork.