summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 19:49:19 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 19:49:19 +0000
commit0b964040c2adde6c144610cdd8357b71f569cf40 (patch)
tree4c93da31baebd395e110e1d1f366a18035480970 /poll
parentb0201c7681f052d790813f588cbbbf9d8798df5f (diff)
downloadlibapr-0b964040c2adde6c144610cdd8357b71f569cf40.tar.gz
grab some Windows/MinGW code tweaks from trunk for quieter gcc builds
time/win32/timestr.c: all of r892188 include/arch/win32/apr_arch_file_io.h: part of r892386 misc/win32/rand.c: all of r892426 misc/win32/misc.c: part of r892177 misc/win32/internal.c: all of r892390 poll/unix/pollset.c: part of r892386 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1084323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/pollset.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/poll/unix/pollset.c b/poll/unix/pollset.c
index d9fb2d460..1a7396b4b 100644
--- a/poll/unix/pollset.c
+++ b/poll/unix/pollset.c
@@ -33,14 +33,6 @@ static apr_pollset_method_e pollset_default_method = POLLSET_DEFAULT_METHOD;
#if !APR_FILES_AS_SOCKETS
#if defined (WIN32)
-extern apr_status_t
-apr_file_socket_pipe_create(apr_file_t **in,
- apr_file_t **out,
- apr_pool_t *p);
-
-extern apr_status_t
-apr_file_socket_pipe_close(apr_file_t *file);
-
/* Create a dummy wakeup socket pipe for interrupting the poller
*/
static apr_status_t create_wakeup_pipe(apr_pollset_t *pollset)