]> git.ipfire.org Git - thirdparty/elfutils.git/commit
move platform depended include into system.h of libelf
authorYonggang Luo <luoyonggang@gmail.com>
Sat, 15 Oct 2022 16:36:20 +0000 (00:36 +0800)
committerMark Wielaard <mark@klomp.org>
Sun, 16 Oct 2022 20:34:17 +0000 (22:34 +0200)
commita6b2ec76d51386dd06ab86d46eabbcf5140fe80d
tree13ec3814bf55e17fb9352a7c37a7d0ae7abc222d
parent2a4ce08fafcf76d866ae5f6b394389d8d93aa0cb
move platform depended include into system.h of libelf

All of these files either #include <system.h> directly or #include "libelfP.h"
And now "libelfP.h also #include <system.h>, so the platform depended include
can be moved to system.h safely

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
24 files changed:
lib/ChangeLog
lib/system.h
libelf/ChangeLog
libelf/common.h
libelf/elf32_checksum.c
libelf/elf32_getphdr.c
libelf/elf32_getshdr.c
libelf/elf32_updatefile.c
libelf/elf32_updatenull.c
libelf/elf32_xlatetof.c
libelf/elf32_xlatetom.c
libelf/elf_begin.c
libelf/elf_cntl.c
libelf/elf_compress.c
libelf/elf_end.c
libelf/elf_getarsym.c
libelf/elf_getdata.c
libelf/elf_getdata_rawchunk.c
libelf/elf_getshdrstrndx.c
libelf/elf_readall.c
libelf/elf_update.c
libelf/gelf_xlate.c
libelf/libelfP.h
libelf/nlist.c