This is Unofficial EPICS BASE Doxygen Site
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 
19 {
20 #if (CYGWIN_VERSION_DLL_MAJOR == 1007) && (CYGWIN_VERSION_DLL_MINOR < 15)
21  // Behaviour changed in early Cygwin 1.7 releases, reverted later.
23 #else
25 #endif
26 }
enum epicsSocketSystemCallInterruptMechanismQueryInfo epicsSocketSystemCallInterruptMechanismQuery()
epicsSocketSystemCallInterruptMechanismQueryInfo
Definition: osiSock.h:47