Ilya Zakharevich on Wed, 07 Dec 2005 00:59:27 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: handling interrupt


On Tue, Dec 06, 2005 at 09:03:06PM +0100, Bill Allombert wrote:
> The system(3) man page states that:
>        
>     system()  executes a command specified in command by calling /bin/sh -c
>     command, and returns after the command has been completed.  During exe-
>     cution  of the command, SIGCHLD will be blocked, and SIGINT and SIGQUIT
>     will be ignored.

  http://www.opengroup.org/onlinepubs/009695399/functions/system.html

Hope this helps,
Ilya