mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Describe itimerfix upper limit
This commit is contained in:
parent
26bb051a7b
commit
3ece8e2b27
1 changed files with 8 additions and 0 deletions
|
|
@ -124,6 +124,14 @@ signal is
|
|||
delivered. Because this signal may interrupt in-progress
|
||||
system calls, programs using this timer must be prepared to
|
||||
restart interrupted system calls.
|
||||
.Pp
|
||||
The maximum number of seconds allowed for
|
||||
.Fa it_interval
|
||||
and
|
||||
.Fa it_value
|
||||
in
|
||||
.Fn setitimer
|
||||
is 100000000.
|
||||
.Sh NOTES
|
||||
Three macros for manipulating time values are defined in
|
||||
.Ao Pa sys/time.h Ac .
|
||||
|
|
|
|||
Loading…
Reference in a new issue