Merge branch 'elfh' into 'master'
Fix elf.h by including stdint.h See merge request redox-os/relibc!1354
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
sys_includes = ["stdint.h"]
|
||||
after_includes = """
|
||||
#define ELF32_ST_BIND(val) (((unsigned char) (val)) >> 4)
|
||||
#define ELF32_ST_TYPE(val) ((val) & 0xf)
|
||||
|
||||
Reference in New Issue
Block a user