summaryrefslogtreecommitdiff
path: root/include/sys/resource.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker1-1/+1
2020-01-11define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen1-1/+2
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker1-0/+4
2016-07-03make brace placement in public header struct definitions consistentRich Felker1-4/+2
2016-06-29add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker1-0/+1
2016-06-29fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker1-1/+1
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker1-0/+3
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy1-2/+5
2013-09-16sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy1-0/+3
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-2/+1
2012-09-21LFS64 alias for prlimitRich Felker1-0/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker1-0/+2
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker1-1/+1
2012-05-04add *64 junk for sys/*.h headersRich Felker1-0/+6
2012-01-20add prlimit syscall wrapperRich Felker1-0/+8
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker1-0/+8
2011-04-13fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for itRich Felker1-3/+1
2011-04-12add missing rlimit macrosRich Felker1-0/+8
2011-02-19prototype wait3 and wait4Rich Felker1-1/+0
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+74