From 0238eac38ea814d870f0a424a58d76d4e261f373 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 9 Oct 2007 01:40:30 -0500 Subject: todo --- src/signal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/signal.c b/src/signal.c index 9bd5228..232a4b7 100644 --- a/src/signal.c +++ b/src/signal.c @@ -177,6 +177,8 @@ static int l_suspend(lua_State* L) sigset_t sset; int first_arg = 1; + /* XXX: this should be moved out into a function so that mask() can also + * use it */ sigprocmask(0, NULL, &sset); if (lua_isstring(L, 1)) { const char* init; -- cgit v1.2.3-54-g00ecf