From a484479e9e36e50fd870eb223c5043fa90211ea4 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Thu, 20 Jan 2022 12:40:37 +0000 Subject: On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Windows: Use term `socket_pipe` instead for `file_socket_pipe` for internal poll wakeup socket API. Move implementation to network_io/win32/socket_pipe.c from file_io/win32/pipe.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/win32-pollset-wakeup-no-file-socket-emulation@1897246 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fee043dd..adee368af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -351,6 +351,7 @@ SET(APR_SOURCES network_io/unix/sockaddr.c network_io/unix/socket_util.c network_io/win32/sendrecv.c + network_io/win32/socket_pipe.c network_io/win32/sockets.c network_io/win32/sockopt.c passwd/apr_getpass.c -- cgit v1.2.1