From bce838d5fcd05347d0f77edf05bf4c6046ff66ed Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Sun, 13 Apr 2008 11:37:52 +0000 Subject: Revert r47540 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647562 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_poll.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/apr_poll.h') diff --git a/include/apr_poll.h b/include/apr_poll.h index f6e85735a..92a540a95 100644 --- a/include/apr_poll.h +++ b/include/apr_poll.h @@ -56,7 +56,6 @@ extern "C" { */ #define APR_POLLSET_THREADSAFE 0x001 /**< Adding or Removing a Descriptor is thread safe */ #define APR_POLLSET_NOCOPY 0x002 /**< Descriptors passed to apr_pollset_create() are not copied */ -#define APR_POLLSET_WAKEABLE 0x004 /**< Pollset poll operation is interruptable */ /** Used in apr_pollfd_t to determine what the apr_descriptor is */ typedef enum { @@ -167,11 +166,6 @@ APR_DECLARE(apr_status_t) apr_pollset_poll(apr_pollset_t *pollset, apr_int32_t *num, const apr_pollfd_t **descriptors); -/** - * Interrupt the blocked apr_pollset_poll call. - * @param pollset The pollset to use - */ -APR_DECLARE(apr_status_t) apr_pollset_wakeup(apr_pollset_t *pollset); /** * Poll the descriptors in the poll structure -- cgit v1.2.1