You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/05/31 16:13:31 UTC

svn commit: r1129684 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in Makefile.unx.in os/unix/selectkey.c shared/selectkey.c

Author: mturk
Date: Tue May 31 14:13:31 2011
New Revision: 1129684

URL: http://svn.apache.org/viewvc?rev=1129684&view=rev
Log:
Move selectkey.c to shared code

Added:
    commons/sandbox/runtime/trunk/src/main/native/shared/selectkey.c
      - copied unchanged from r1129683, commons/sandbox/runtime/trunk/src/main/native/os/unix/selectkey.c
Removed:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/selectkey.c
Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
    commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=1129684&r1=1129683&r2=1129684&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Tue May 31 14:13:31 2011
@@ -127,6 +127,7 @@ LIBSOURCES=\
 	$(TOPDIR)\shared\observer.c \
 	$(TOPDIR)\shared\reflect.c \
 	$(TOPDIR)\shared\sbuf.c \
+	$(TOPDIR)\shared\selectkey.c \
 	$(TOPDIR)\shared\sliceptr.c \
 	$(TOPDIR)\shared\ssock.c \
 	$(TOPDIR)\shared\string.c \

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in?rev=1129684&r1=1129683&r2=1129684&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in Tue May 31 14:13:31 2011
@@ -70,7 +70,6 @@ UNIX_SOURCES=\
 	$(TOPDIR)/os/unix/posixapi.c \
 	$(TOPDIR)/os/unix/procmutex.c \
 	$(TOPDIR)/os/unix/shmem.c \
-	$(TOPDIR)/os/unix/selectkey.c \
 	$(TOPDIR)/os/unix/selector.c \
 	$(TOPDIR)/os/unix/semaphore.c \
 	$(TOPDIR)/os/unix/time.c \
@@ -124,6 +123,7 @@ LIBSOURCES=\
 	$(TOPDIR)/shared/reflect.c \
 	$(TOPDIR)/shared/sbuf.c \
 	$(TOPDIR)/shared/sliceptr.c \
+	$(TOPDIR)/shared/selectkey.c \
 	$(TOPDIR)/shared/ssock.c \
 	$(TOPDIR)/shared/string.c \
 	$(TOPDIR)/shared/system.c \