Better english.
Submitted by: Kevin P. Neal MFC after: 1 week
This commit is contained in:
parent
40f1f5c6c4
commit
a87488d1e4
@ -209,7 +209,7 @@ linux_alarm(struct thread *td, struct linux_alarm_args *args)
|
||||
/*
|
||||
* According to POSIX and Linux implementation
|
||||
* the alarm() system call is always successfull.
|
||||
* Ignore errors and return 0 as a Linux do.
|
||||
* Ignore errors and return 0 as a Linux does.
|
||||
*/
|
||||
kern_setitimer(td, ITIMER_REAL, &it, &old_it);
|
||||
if (timevalisset(&old_it.it_value)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user