
Hi Santos, On Thu, Mar 25, 2010 at 9:22 PM, Bruno Santos <bsantos@av.it.pt> wrote:
[quote] #define SIGINT 2 /* interrupt */ #define SIGILL 4 /* illegal instruction - invalid function image */ #define SIGFPE 8 /* floating point exception */ #define SIGSEGV 11 /* segment violation */ #define SIGTERM 15 /* Software termination signal from kill */ #define SIGBREAK 21 /* Ctrl-Break sequence */ #define SIGABRT 22 /* abnormal termination triggered by [/quote]
[...] To make this clear, the win32 subsystem does not support signals! By the way, the POSIX subsystem uses an undocumented NT mechanism (a debug port) to properly implement signals.
I got a good lesson here: Don't be fooled by windows header files! Thanks for the warning. -- Felipe de Oliveira Tanus E-mail: fotanus@gmail.com Blog: http://www.itlife.com.br Site: http://www.inf.ufrgs.br/~fotanus/ ----- "All we have to decide is what to do with the time that is given us." - Gandalf