]> git.sur5r.net Git - i3/i3/commit
Revert "Use ev_signal to avoid async-unsafe functions (Thanks Markus)"
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Sep 2012 10:34:09 +0000 (12:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Sep 2012 10:34:09 +0000 (12:34 +0200)
commit9c01bdeef7c9ae217e5710639efe4fa02781d9ee
treeb65acd7419f8a5cd316dab17b45a289fef18af73
parent87525ad2d6759b728f8345cc0ee87b3557c81797
Revert "Use ev_signal to avoid async-unsafe functions (Thanks Markus)"

This makes our signal handler useless and leads to infinite SIGSEGV
loops because the ev callback handler gets called only from within the
event loop, and control doesn’t necessary get to the event loop…

This reverts commit 514265b529ac78b7778eeee2db3dddb6f3a1c24c.
src/main.c