]> git.pond.sub.org Git - empserver/commit
Don't wrap global variables in a struct for no reason:
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 6 May 2006 06:16:53 +0000 (06:16 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 6 May 2006 06:16:53 +0000 (06:16 +0000)
commite86beb9626d5b3d3d6f14c1b3fbf7fb04e458f4c
treed26fb4c0aeb68610ad046ff8542f8fb1c8eb7802
parent87c379016965c1f2342f2233ff50875b60898b54
Don't wrap global variables in a struct for no reason:
(LwpMaxfd, LwpNfds, LwpReadfds, LwpWritefds, LwpFdwait, LwpDelayq)
(LwpSelProc): New, matching members of LwpSelect, internal linkage.
(lwpSelect, LwpSelect): Remove.
src/lib/lwp/sel.c