]> git.pond.sub.org Git - empserver/commit
Fix empth_select() for funny flag arguments
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 2 Feb 2009 07:08:38 +0000 (08:08 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 2 Feb 2009 07:08:38 +0000 (08:08 +0100)
commit48cec49fbfb44a7b4416d6672df3bbd05ab5c7c5
tree46d6e23335ef9191989f33d49b3f14fa4558a41b
parentcd740c1b63e280433ce9ff174ebf71e66aaed7f3
Fix empth_select() for funny flag arguments

EMPTH_POSIX and EMPTH_W32 implementations rejected values other than a
single flag.  Such values aren't used now, but it violates the
contract all the same.
src/lib/empthread/ntthread.c
src/lib/empthread/pthread.c