]> git.pond.sub.org Git - empserver/commit
Use sys/select.h for select()
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 10 Apr 2009 13:07:19 +0000 (15:07 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 10 Apr 2009 17:09:58 +0000 (19:09 +0200)
commit56e717859b739f6ae0c7b91d1afad5998406f3da
tree54fc42d78f78f3483d9d924a62ca7902d967b22e
parent8c3b8d107dab6e70cc76261059a532e211eeb3f5
Use sys/select.h for select()

Should be more portable to modern systems and could be less portable
to obsolete systems than the traditional sys/time.h sys/types.h
unistd.h incantation.
src/client/play.c
src/lib/empthread/pthread.c
src/lib/lwp/sel.c