>        Is it a bug in sleep() ?
[...]
>                                 sleep(8);  // still interrupted
> Although i am disabling the cancel signal 
>               But still sleep is getting interrupted ? 

Thanks for the report.  But you are confusing the operating system
kernel system call sleep(2) with the shell command line sleep(1)
program included in sh-utils.  You want the one in the kernel.

Bob

_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils

Reply via email to