Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / win32 / signal.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/win32/signal.h b/apps/Hawk/CVEiCL/EiC/src/win32/signal.h
deleted file mode 100644 (file)
index 77238bb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*  This header file is machine generated. 
-Modify EiC/config/genstdio.c, or the target independent source 
-files it reads, in order to modify this file.  Any 
-direct modifications to this file will be lost. 
-*/
-
-#ifndef EiC_signal_H
-#define EiC_signal_H
-
-#pragma push_safeptr
-
-#define SIGABRT        22
-#define SIGINT 2
-#define SIGILL 4
-#define SIGFPE 8
-#define SIGSEGV        11
-#define SIGTERM        15
-
-/* signal() args & returns */
-typedef int  sig_atomic_t;
-void (*signal(int sig, void (*func)(int a))) (int a);
-int raise(int sig);
-#define SIG_ERR       (void (*)(int)) -1
-#define SIG_DFL       (void (*)(int)) 0
-#define SIG_IGN       (void (*)(int)) 1
-
-#pragma pop_ptr
-
-#endif    /* end EiC_signal_H */