From 5e20a6274f3628b4bacc40e35e0646dd2fc0184b Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 24 Apr 2003 16:23:04 +0000 Subject: [PATCH] removed epicsEnableInterruptedSystemCall and epicsInterruptSystemCall --- src/libCom/osi/osiSock.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/libCom/osi/osiSock.c b/src/libCom/osi/osiSock.c index 8043751bb..c3a939001 100644 --- a/src/libCom/osi/osiSock.c +++ b/src/libCom/osi/osiSock.c @@ -168,14 +168,3 @@ void epicsShareAPI ipAddrToDottedIP } } -epicsShareFunc void epicsShareAPI epicsEnableInterruptedSystemCall () -{ - epicsSignalInstallSigUrgIgnore (); -} - -epicsShareFunc void epicsShareAPI epicsInterruptSystemCall - ( struct epicsThreadOSD * threadId ) -{ - epicsSignalRaiseSigUrg ( threadId ); -} -