]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added #define _BSD_SOURCE to prototype
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 13:50:48 +0000 (13:50 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 13:50:48 +0000 (13:50 +0000)
man3/getloadavg.3

index 8a756f5b6342043704bc05feb8dd4ec7f641b26c..0056ec295b79e8f4cf7ad2950934401799cdb486 100644 (file)
@@ -34,6 +34,7 @@
 .Nm getloadavg
 .Nd get system load averages
 .Sh SYNOPSIS
+.Fd #define _BSD_SOURCE
 .Fd #include <stdlib.h>
 .Ft int
 .Fn getloadavg "double loadavg[]" "int nelem"
@@ -59,4 +60,4 @@ The
 .Fn getloadavg
 function appeared in
 .Bx 4.3 Reno .
-.\" mdoc seems to have a bug - there must be no newline here
\ No newline at end of file
+.\" mdoc seems to have a bug - there must be no newline here