X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_FREEBSD%2Fsignal.h;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_FREEBSD%2Fsignal.h;h=0000000000000000000000000000000000000000;hp=9f1c442de95b84fc070635fbba46f3e67880dba7;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/signal.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/signal.h deleted file mode 100644 index 9f1c442..0000000 --- a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/signal.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef _SYSSIGNALH -#define _SYSSIGNALH - -#define SIGHUP 1 -#define SIGINT 2 -#define SIGQUIT 3 -#define SIGILL 4 -#define SIGTRAP 5 -#define SIGABRT 6 -#define SIGIOT SIGABRT -#define SIGEMT 7 -#define SIGFPE 8 -#define SIGKILL 9 -#define SIGBUS 10 -#define SIGSEGV 11 -#define SIGSYS 12 -#define SIGPIPE 13 -#define SIGALRM 14 -#define SIGTERM 15 -#define SIGURG 16 -#define SIGSTOP 17 -#define SIGTSTP 18 -#define SIGCONT 19 -#define SIGCHLD 20 -#define SIGTTIN 21 -#define SIGTTOU 22 -#define SIGIO 23 -#define SIGXCPU 24 -#define SIGXFSZ 25 -#define SIGVTALRM 26 -#define SIGPROF 27 -#define SIGWINCH 28 -#define SIGINFO 29 -#define SIGUSR1 30 -#define SIGUSR2 31 - -/* signal() args & returns */ -#define SIG_DFL (void (*)())0 -#define SIG_IGN (void (*)())1 -#define SIG_ERR (void (*)())-1 - -#endif