bulk: Do not declare function prototypes using 'extern' keyword
By default, C function prototypes declared in headers are visible, so there is no need to declare them as 'extern' functions. Remove this redundancy in a single bulk commit; do not modify: - meson.build (used to check function availability at runtime) - pc-bios/ - libdecnumber/ - tests/ - *.c Signed-off-by:Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by:
Peter Maydell <peter.maydell@linaro.org> Message-Id: <20230605175647.88395-5-philmd@linaro.org>
Showing
- bsd-user/bsd-file.h 2 additions, 4 deletionsbsd-user/bsd-file.h
- crypto/hmacpriv.h 6 additions, 7 deletionscrypto/hmacpriv.h
- hw/xen/xen_pt.h 3 additions, 5 deletionshw/xen/xen_pt.h
- include/crypto/secret_common.h 6 additions, 8 deletionsinclude/crypto/secret_common.h
- include/exec/memory_ldst.h.inc 21 additions, 21 deletionsinclude/exec/memory_ldst.h.inc
- include/exec/page-vary.h 2 additions, 2 deletionsinclude/exec/page-vary.h
- include/hw/misc/aspeed_scu.h 1 addition, 1 deletioninclude/hw/misc/aspeed_scu.h
- include/hw/nvram/npcm7xx_otp.h 2 additions, 2 deletionsinclude/hw/nvram/npcm7xx_otp.h
- include/hw/qdev-core.h 2 additions, 2 deletionsinclude/hw/qdev-core.h
- include/qemu/crc-ccitt.h 2 additions, 2 deletionsinclude/qemu/crc-ccitt.h
- include/qemu/osdep.h 2 additions, 2 deletionsinclude/qemu/osdep.h
- include/qemu/rcu.h 7 additions, 7 deletionsinclude/qemu/rcu.h
- include/qemu/sys_membarrier.h 2 additions, 2 deletionsinclude/qemu/sys_membarrier.h
- include/qemu/uri.h 3 additions, 3 deletionsinclude/qemu/uri.h
- include/sysemu/accel-blocker.h 7 additions, 7 deletionsinclude/sysemu/accel-blocker.h
- include/sysemu/os-win32.h 2 additions, 2 deletionsinclude/sysemu/os-win32.h
- include/user/safe-syscall.h 2 additions, 2 deletionsinclude/user/safe-syscall.h
- target/i386/sev.h 3 additions, 3 deletionstarget/i386/sev.h
- target/mips/cpu.h 2 additions, 2 deletionstarget/mips/cpu.h
- tcg/tcg-internal.h 2 additions, 2 deletionstcg/tcg-internal.h
Loading
Please register or sign in to comment