Merge branch 'sysmman-fix' into 'master'
correct placement of MAP_FAILED See merge request redox-os/relibc!1219
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
sys_includes = ["stdarg.h", "stdint.h", "sys/types.h"]
|
||||
include_guard = "_SYS_MMAN_H"
|
||||
trailer = "#define MAP_FAILED ((void *) -1)"
|
||||
include_guard = "_RELIBC_SYS_MMAN_H"
|
||||
after_includes = """
|
||||
|
||||
#define MAP_FAILED ((void *) -1)
|
||||
"""
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
no_includes = true
|
||||
|
||||
Reference in New Issue
Block a user