Fix socket shutdown mechanism on cygwin-x86

This commit is contained in:
Andrew Johnson
2008-08-19 21:52:11 +00:00
parent b327d3545e
commit 88d7005b03
2 changed files with 1 additions and 23 deletions

View File

@@ -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;
}

View File

@@ -13,6 +13,7 @@
* Author: Jeff Hill
*/
#define epicsExportSharedSymbols
#include "osiSock.h"
enum epicsSocketSystemCallInterruptMechanismQueryInfo