]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/bsd-file.h
bulk: Do not declare function prototypes using 'extern' keyword
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Mar 2023 13:21:29 +0000 (14:21 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
commitf703f1ef99bea3a00eb9b8c321443eab507e7e63
tree52a9eaf57b82000c06f9a4436740b6e659a70cbf
parenta7041adce08c3cbe52d70c0229cbec4167b358e3
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>
20 files changed:
bsd-user/bsd-file.h
crypto/hmacpriv.h
hw/xen/xen_pt.h
include/crypto/secret_common.h
include/exec/memory_ldst.h.inc
include/exec/page-vary.h
include/hw/misc/aspeed_scu.h
include/hw/nvram/npcm7xx_otp.h
include/hw/qdev-core.h
include/qemu/crc-ccitt.h
include/qemu/osdep.h
include/qemu/rcu.h
include/qemu/sys_membarrier.h
include/qemu/uri.h
include/sysemu/accel-blocker.h
include/sysemu/os-win32.h
include/user/safe-syscall.h
target/i386/sev.h
target/mips/cpu.h
tcg/tcg-internal.h