From 8881970ff87866e165a720f22affd678ff3d84ef Mon Sep 17 00:00:00 2001 From: trawick Date: Thu, 11 Jul 2002 14:39:04 +0000 Subject: get the new poll code to build on AIX, which for 32-bit builds has some extremely unfortunate macros in that play with "events" and "revents" via #define git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63610 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_poll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apr_poll.h') diff --git a/include/apr_poll.h b/include/apr_poll.h index 2acc5f760..8dc1a7613 100644 --- a/include/apr_poll.h +++ b/include/apr_poll.h @@ -108,8 +108,8 @@ typedef struct apr_pollfd_t apr_pollfd_t; struct apr_pollfd_t { apr_pool_t *p; apr_datatype_e desc_type; - apr_int16_t events; - apr_int16_t revents; + apr_int16_t reqevents; + apr_int16_t rtnevents; apr_descriptor desc; }; -- cgit v1.2.1