summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-02-06 19:30:12 +0000
committerjhb <jhb@FreeBSD.org>2004-02-06 19:30:12 +0000
commit3618d8780be5bf99ec7e1accf26926fb3dc1bf9e (patch)
treefb9be6eea579b8f27591b3019ace250f5d2309d7 /lib/libc/regex/engine.c
parentade2bf85bb512ffdf36df59d474390f049791268 (diff)
downloadFreeBSD-src-3618d8780be5bf99ec7e1accf26926fb3dc1bf9e.zip
FreeBSD-src-3618d8780be5bf99ec7e1accf26926fb3dc1bf9e.tar.gz
- Correct the translation of old rlimit values to properly handle the old
RLIM_INFINITY case for ogetrlimit(). - Use %jd and intmax_t to output negative time in usec in calcru(). - Rework getrusage() to make a copy of the rusage struct into a local variable while holding Giant and then do the copyout from the local variable to avoid having to have the original process rusage struct locked while doing the copyout (which would not be safe). This also includes a few style fixes from Bruce to getrusage(). Submitted by: bde (1, parts of 3) Suggested by: bde (2)
Diffstat (limited to 'lib/libc/regex/engine.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud