summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-05 18:49:08 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-05 18:49:08 +0000
commitd34019289ca58deb0c1c182f5fbd3cb6b93774ee (patch)
tree6b31c59f3ef4724dc2526c473d00d76e43e8f44b
parentd14c3b4570fd3e5e9db827d9b97e4eed69511c83 (diff)
downloadlibevent-d34019289ca58deb0c1c182f5fbd3cb6b93774ee.tar.gz
Rename win32.c to win32select.c, and take it out of the WIN32-Code ghetto.
svn:r1504
-rw-r--r--Makefile.am5
-rw-r--r--win32select.c (renamed from WIN32-Code/win32.c)0
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 81857c42..ac0d5ed7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ EXTRA_DIST = \
libevent.pc \
Doxyfile \
kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
- evport.c devpoll.c event_rpcgen.py \
+ evport.c devpoll.c win32select.c event_rpcgen.py \
event_iocp.c buffer_iocp.c iocp-internal.h \
sample/Makefile.am sample/Makefile.in sample/event-test.c \
sample/signal-test.c sample/time-test.c \
@@ -55,7 +55,6 @@ EXTRA_DIST = \
whatsnew-2.0.txt \
bufferevent_async.c \
WIN32-Code/event-config.h \
- WIN32-Code/win32.c \
WIN32-Code/tree.h \
WIN32-Prj/event_test/event_test.dsp \
WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
@@ -75,7 +74,7 @@ SUBDIRS = . include sample test
if BUILD_WIN32
SYS_LIBS = -lws2_32
-SYS_SRC = WIN32-Code/win32.c evthread_win32.c buffer_iocp.c event_iocp.c \
+SYS_SRC = win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
bufferevent_async.c
SYS_INCLUDES = -IWIN32-Code
diff --git a/WIN32-Code/win32.c b/win32select.c
index f90fa925..f90fa925 100644
--- a/WIN32-Code/win32.c
+++ b/win32select.c