mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Better english.
Submitted by: Kevin P. Neal MFC after: 1 week
This commit is contained in:
parent
40f1f5c6c4
commit
a87488d1e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296546
@ -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 New Issue
Block a user