This is Unofficial EPICS BASE Doxygen Site
systemCallIntMech.cpp File Reference
#include <cygwin/version.h>
#include "osiSock.h"
+ Include dependency graph for systemCallIntMech.cpp:

Go to the source code of this file.

Functions

enum epicsSocketSystemCallInterruptMechanismQueryInfo epicsSocketSystemCallInterruptMechanismQuery ()
 

Function Documentation

enum epicsSocketSystemCallInterruptMechanismQueryInfo epicsSocketSystemCallInterruptMechanismQuery ( )

Definition at line 18 of file systemCallIntMech.cpp.

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 }