This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
systemCallIntMech.cpp
Go to the documentation of this file.
1
/*************************************************************************\
2
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3
* National Laboratory.
4
* Copyright (c) 2002 The Regents of the University of California, as
5
* Operator of Los Alamos National Laboratory.
6
* EPICS BASE is distributed subject to a Software License Agreement found
7
* in file LICENSE that is included with this distribution.
8
\*************************************************************************/
9
/*
10
* Author: Jeff Hill
11
*/
12
13
#include <cygwin/version.h>
14
15
#include "
osiSock.h
"
16
17
enum
epicsSocketSystemCallInterruptMechanismQueryInfo
18
epicsSocketSystemCallInterruptMechanismQuery
()
19
{
20
#if (CYGWIN_VERSION_DLL_MAJOR == 1007) && (CYGWIN_VERSION_DLL_MINOR < 15)
21
// Behaviour changed in early Cygwin 1.7 releases, reverted later.
22
return
esscimqi_socketCloseRequired
;
23
#else
24
return
esscimqi_socketBothShutdownRequired
;
25
#endif
26
}
esscimqi_socketBothShutdownRequired
Definition:
osiSock.h:49
epicsSocketSystemCallInterruptMechanismQuery
enum epicsSocketSystemCallInterruptMechanismQueryInfo epicsSocketSystemCallInterruptMechanismQuery()
Definition:
systemCallIntMech.cpp:18
epicsSocketSystemCallInterruptMechanismQueryInfo
epicsSocketSystemCallInterruptMechanismQueryInfo
Definition:
osiSock.h:47
osiSock.h
esscimqi_socketCloseRequired
Definition:
osiSock.h:48
modules
libcom
src
osi
os
cygwin32
systemCallIntMech.cpp
Generated by
1.8.11