From 4efd2bc0642f4b2b338ed5de19a3886b59321c70 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 12 Aug 1993 08:35:21 +0000 Subject: [PATCH] Removed LOCAL from _cISRTest because devLib calls it. --- src/libvxWorks/veclist.c | 3 +-- src/vxWorks/libvxWorks/veclist.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index 9274d9b31..f55d49088 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -41,7 +41,7 @@ static char *sccsID = static char *ignore_list[] = {"_excStub","_excIntStub"}; int veclist(int); -static int cISRTest(void (*)(), void (**)(), void **); +int cISRTest(void (*)(), void (**)(), void **); static void *fetch_pointer(unsigned char *); @@ -121,7 +121,6 @@ veclist(int all) */ #define ISR_PATTERN 0xaaaaaaaa #define PARAM_PATTERN 0x55555555 -LOCAL int cISRTest(void (*proutine)(), void (**ppisr)(), void **pparam) { static FUNCPTR handler = NULL; diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index 9274d9b31..f55d49088 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -41,7 +41,7 @@ static char *sccsID = static char *ignore_list[] = {"_excStub","_excIntStub"}; int veclist(int); -static int cISRTest(void (*)(), void (**)(), void **); +int cISRTest(void (*)(), void (**)(), void **); static void *fetch_pointer(unsigned char *); @@ -121,7 +121,6 @@ veclist(int all) */ #define ISR_PATTERN 0xaaaaaaaa #define PARAM_PATTERN 0x55555555 -LOCAL int cISRTest(void (*proutine)(), void (**ppisr)(), void **pparam) { static FUNCPTR handler = NULL;