bug-sh-utils
[Top][All Lists]
Advanced

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

Re: Is it a bug in sleep() ?


From: Bob Proulx
Subject: Re: Is it a bug in sleep() ?
Date: Wed, 7 Mar 2001 23:36:30 -0700

>        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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]