mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
PR: docs/9050
Add reference to required include file #include <stdlib.h> for
getloadavg(3) function call.
This commit is contained in:
parent
36058b68da
commit
9a0d08d599
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
.Nm getloadavg
|
||||
.Nd get system load averages
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <stdlib.h>
|
||||
.Ft int
|
||||
.Fn getloadavg "double loadavg[]" "int nelem"
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue