Skip to content
Snippets Groups Projects
Commit 3e354aed authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix_includes' of https://github.com/dlrobertson/relibc into dlrobertson-fix_includes

parents 232e364f cc566993
No related branches found
No related tags found
No related merge requests found
......@@ -49,4 +49,6 @@ typedef int64_t intmax_t;
#define UINTMAX_MAX UINT64_MAX
typedef uint64_t uintmax_t;
#define SIZE_MAX UINT64_MAX
#endif /* _STDINT_H */
sys_includes = ["sys/types.h"]
sys_includes = ["sys/types.h", "sys/time.h"]
include_guard = "_SYS_RESOURCE_H"
language = "C"
style = "Tag"
[enum]
prefix_with_name = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment