]> granicus.if.org Git - apache/commit
event no longer requires APR_POLLSET_THREADSAFE, or any
authorJeff Trawick <trawick@apache.org>
Thu, 17 Nov 2011 22:48:35 +0000 (22:48 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 Nov 2011 22:48:35 +0000 (22:48 +0000)
commitd83de18ca9f48371070752ba7375eefaf67ba11b
tree499a068e26b24dea6f964afa0d1b50ef40b032f3
parent34c9456d6486dd12fe129db123372b8411d73640
event no longer requires APR_POLLSET_THREADSAFE, or any
other non-standard feature (all but OS/2 have APR_POLLSET_WAKEABLE)

config-foo: don't require thread-safe pollset in order to
            build event

event.c: don't stress APR_ENOTIMPL in apr_pollset_create errors;
         just give the standard "check system or user limits"
         message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203404 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/config.m4
server/mpm/event/event.c