Files
RedBear-OS/src/resource/cbindgen.toml
T
Dan Robertson cc5669939e Fix include in resource.h and add SIZE_MAX
The rusage struct makes use of the timeval structure. Make sure to
include sys/time.h so that the type is known.

Add SIZE_MAX to stdint.h

sys/resource expects the defined structures to not be defined with a
typedef.
2018-03-12 02:38:07 +00:00

8 lines
140 B
TOML

sys_includes = ["sys/types.h", "sys/time.h"]
include_guard = "_SYS_RESOURCE_H"
language = "C"
style = "Tag"
[enum]
prefix_with_name = true