summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 21:31:52 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 21:31:52 +0000
commit067667ae976ea0d2540166d4637720d70a012cf7 (patch)
tree5a7ba244252a983f82019803ea515ba968de4a75 /lib/libc
parent5073562677c591f2919117c22b5d7b60049f1453 (diff)
downloadFreeBSD-src-067667ae976ea0d2540166d4637720d70a012cf7.zip
FreeBSD-src-067667ae976ea0d2540166d4637720d70a012cf7.tar.gz
Update to reflect current include files.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getrlimit.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index 14c0d56..651223f 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -102,8 +102,8 @@ its resource limit). The
structure is used to specify the hard and soft limits on a resource,
.Bd -literal -offset indent
struct rlimit {
- quad_t rlim_cur; /* current (soft) limit */
- quad_t rlim_max; /* hard limit */
+ rlim_t rlim_cur; /* current (soft) limit */
+ rlim_t rlim_max; /* maximum value for rlim_cur */
};
.Ed
.Pp
OpenPOWER on IntegriCloud