commit f2e724d0156a2b12ba34e04de42a3aa20cc5d45f parent db3a15051ebe87b2bdf081c0b2694aa386890352 Author: Kris Maglione <jg@suckless.org> Date: Mon, 2 Jul 2007 12:43:18 -0400 Add select handler to the ixp_nothread struct. Diffstat:
libixp/thread.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/libixp/thread.c b/libixp/thread.c @@ -91,5 +91,6 @@ static IxpThread ixp_nothread = { .errbuf = errbuf, .read = read, .write = write, + .select = select, };