From 88d7005b037c55ab436af5f41bf8e5dfa251964a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 19 Aug 2008 21:52:11 +0000 Subject: [PATCH] Fix socket shutdown mechanism on cygwin-x86 --- .../osi/os/cygwin32/systemCallIntMech.cpp | 23 ------------------- src/libCom/osi/os/posix/systemCallIntMech.cpp | 1 + 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 src/libCom/osi/os/cygwin32/systemCallIntMech.cpp diff --git a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp b/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp deleted file mode 100644 index c31bcef2d..000000000 --- a/src/libCom/osi/os/cygwin32/systemCallIntMech.cpp +++ /dev/null @@ -1,23 +0,0 @@ - -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ -/* $Id$ */ -/* - * Author: Jeff Hill - */ - -#define epicsExportSharedSymbols -#include "osiSock.h" - -enum epicsSocketSystemCallInterruptMechanismQueryInfo - epicsSocketSystemCallInterruptMechanismQuery () -{ - return esscimqi_socketCloseRequired; -} diff --git a/src/libCom/osi/os/posix/systemCallIntMech.cpp b/src/libCom/osi/os/posix/systemCallIntMech.cpp index 2cd37b1aa..5b755139e 100644 --- a/src/libCom/osi/os/posix/systemCallIntMech.cpp +++ b/src/libCom/osi/os/posix/systemCallIntMech.cpp @@ -13,6 +13,7 @@ * Author: Jeff Hill */ +#define epicsExportSharedSymbols #include "osiSock.h" enum epicsSocketSystemCallInterruptMechanismQueryInfo