Skip to content
Snippets Groups Projects
Verified Commit 0f9aca12 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add missing stdarg header to sys_mman

parent e2e401db
No related branches found
No related tags found
No related merge requests found
sys_includes = ["stdint.h", "sys/types.h"]
sys_includes = ["stdarg.h", "stdint.h", "sys/types.h"]
include_guard = "_SYS_MMAN_H"
trailer = "#include <bits/sys/mman.h>"
language = "C"
......
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