mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Better english.
Submitted by: Kevin P. Neal MFC after: 1 week
This commit is contained in:
parent
40f1f5c6c4
commit
a87488d1e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue