|
From: Michael G. <mg...@te...> - 2005-01-31 17:41:52
|
> One of the declarations that spawn.c needs is "sigaction", for example. > I wonder if there is a replacement for this using only the headers shiped > with MINGW? Any idea will be greatly appreciated. For once including <sys/wait.h> to get sigaction does not seem right. It only works because wait in turn does include <signal.h> which defines sigaction (under Linux). Now looking at signal.h provided by MinGW we'll see there is signal which seems to do something similar (though I have not bothered to investigate the details). HTH, best, Michael -- Vote against SPAM - see http://www.politik-digital.de/spam/ Michael Gerdau email: mg...@te... GPG-keys available on request or at public keyserver |